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

/haiku/src/system/libroot/os/
H A Dfind_paths.cpp684 const char* relativePaths[InstallationLocations::kCount]; local
694 relativePaths[i] = get_relative_directory_path(i, baseDirectory);
695 if (relativePaths[i] == NULL)
699 + strlen(relativePaths[i]) + subPathLength + 1;
700 if (strchr(relativePaths[i], '%') != NULL)
723 architecture, relativePaths[i], subPath, flags, pathBuffer,

Completed in 32 milliseconds