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

/haiku/src/bin/
H A Dfindpaths.cpp148 const char* referencePath = NULL; local
202 referencePath = optarg;
230 if (referencePath != NULL && resolvable != NULL)
251 if (referencePath != NULL || resolvable != NULL) {
254 if (referencePath != NULL) {
255 pathFinder.SetTo(referencePath, dependency);
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp496 internal_path_for_path(char* referencePath, size_t referencePathSize, argument
510 status_t error = get_file_attribute(referencePath, "SYS:PACKAGE",
524 if (snprintf(referencePath, referencePathSize,
534 return copy_path(referencePath, pathBuffer, bufferSize);
540 status_t error = get_file_attribute(referencePath, "SYS:PACKAGE_FILE",
552 status_t error = normalize_path(referencePath, referencePath,
564 referencePath, installationLocationIndex);
634 char referencePath[B_PATH_NAME_LENGTH]; local
635 if (strlcpy(referencePath, pat
[all...]

Completed in 64 milliseconds