Symbol: InstallationLocations
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
296
PackageInstallationLocationSet valueLocations = value->InstallationLocations();
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
39
PackageInstallationLocationSet otherLocations = other.InstallationLocations();
src/apps/haikudepot/packagemodel/PackageLocalInfo.h
60
InstallationLocations() const;
src/apps/haikudepot/util/PackageKitUtils.cpp
67
const PackageInstallationLocationSet& locations = localInfo->InstallationLocations();
src/system/libroot/os/find_paths.cpp
101
static char sBuffer[sizeof(InstallationLocations)];
src/system/libroot/os/find_paths.cpp
102
static InstallationLocations* sDefaultLocations
src/system/libroot/os/find_paths.cpp
103
= new(&sBuffer) InstallationLocations;
src/system/libroot/os/find_paths.cpp
107
static InstallationLocations* Get()
src/system/libroot/os/find_paths.cpp
109
InstallationLocations* defaultLocations = Default();
src/system/libroot/os/find_paths.cpp
123
InstallationLocations* locations
src/system/libroot/os/find_paths.cpp
124
= new(std::nothrow) InstallationLocations(
src/system/libroot/os/find_paths.cpp
558
InstallationLocations* installationLocations = InstallationLocations::Get();
src/system/libroot/os/find_paths.cpp
559
MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
src/system/libroot/os/find_paths.cpp
679
InstallationLocations* installationLocations = InstallationLocations::Get();
src/system/libroot/os/find_paths.cpp
680
MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
src/system/libroot/os/find_paths.cpp
684
const char* relativePaths[InstallationLocations::kCount];
src/system/libroot/os/find_paths.cpp
687
for (size_t i = 0; i < InstallationLocations::kCount; i++) {
src/system/libroot/os/find_paths.cpp
705
char** paths = (char**)malloc(sizeof(char*) * InstallationLocations::kCount
src/system/libroot/os/find_paths.cpp
713
char* pathBuffer = (char*)(paths + InstallationLocations::kCount);
src/system/libroot/os/find_paths.cpp
715
for (size_t i = 0; i < InstallationLocations::kCount; i++) {
src/system/libroot/os/find_paths.cpp
757
InstallationLocations* installationLocations = InstallationLocations::Get();
src/system/libroot/os/find_paths.cpp
758
MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
src/system/libroot/os/find_paths.cpp
99
static InstallationLocations* Default()