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

/haiku/headers/private/shared/
H A DOpenWithTracker.h43 OpenWithTracker(directory_which which, const char* relativePath = NULL,
50 if (relativePath)
51 path.Append(relativePath);
/haiku/src/kits/debugger/files/
H A DFileManager.h36 const BString& relativePath);
44 const BString& relativePath);
H A DFileManager.cpp139 const BString& relativePath)
141 if (directoryPath.Length() == 0 || relativePath[0] == '/')
142 return GetFile(relativePath);
143 return GetFile(BString(directoryPath) << '/' << relativePath);
610 const BString& relativePath)
613 return fTargetDomain->GetFile(directory, relativePath);
636 const BString& relativePath)
639 LocatableFile* file = fSourceDomain->GetFile(directory, relativePath);
138 GetFile(const BString& directoryPath, const BString& relativePath) argument
609 GetTargetFile(const BString& directory, const BString& relativePath) argument
635 GetSourceFile(const BString& directory, const BString& relativePath) argument
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp436 const char* relativePath, const char* subPath, uint32 flags,
444 if (const char* placeholder = strchr(relativePath, '%')) {
445 buffer.Append(relativePath, placeholder - relativePath);
454 buffer.Append(relativePath);
569 const char* relativePath = get_relative_directory_path( local
571 if (relativePath == NULL)
575 relativePath, subPath, flags, pathBuffer, bufferSize);
767 const char* relativePath = prefix + strlen(installationLocation); local
768 if (relativePath[
435 process_path(const char* installationLocation, const char* architecture, const char* relativePath, const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize) argument
[all...]
/haiku/src/apps/installer/
H A DCopyEngine.cpp497 const char* relativePath local
499 return relativePath[0] == '/' ? relativePath + 1 : relativePath;
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp50 std::string TestFilePath(const std::string& relativePath) argument
57 return testSrcDir + "/" + relativePath;
H A DHttpTest.cpp156 std::string TestFilePath(const std::string& relativePath) argument
163 return testSrcDir + "/" + relativePath;
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp54 TestFilePath(const std::string& relativePath) argument
61 return testSrcDir + "/" + relativePath;

Completed in 118 milliseconds