Searched refs:InstallationLocations (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/os/
H A Dfind_paths.cpp44 struct InstallationLocations { struct in namespace:__anon49
49 InstallationLocations() function in struct:__anon49::InstallationLocations
59 InstallationLocations(const char* home) function in struct:__anon49::InstallationLocations
78 ~InstallationLocations()
99 static InstallationLocations* Default()
101 static char sBuffer[sizeof(InstallationLocations)];
102 static InstallationLocations* sDefaultLocations
103 = new(&sBuffer) InstallationLocations;
107 static InstallationLocations* Get()
109 InstallationLocations* defaultLocation
[all...]
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp62 = package->InstallationLocations();
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h104 InstallationLocations() const function in class:PackageInfo

Completed in 73 milliseconds