Searched refs:installationLocation (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp22 BPackageInstallationLocation installationLocation local
25 status_t result = _DeriveDirectoryWhich(installationLocation, &which);
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp435 process_path(const char* installationLocation, const char* architecture, argument
441 buffer.Append(installationLocation);
563 const char* installationLocation = installationLocations->LocationFor( local
565 if (installationLocation == NULL)
574 ssize_t pathSize = process_path(installationLocation, architecture,
762 const char* installationLocation = installationLocations->LocationFor( local
764 if (installationLocation == NULL)
767 const char* relativePath = prefix + strlen(installationLocation);

Completed in 31 milliseconds