Searched defs:Pathname (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkItems.cpp77 sys::Path Pathname = FindLib(Lib); local
78 if (Pathname.isEmpty())
83 Pathname.getMagicNumber(Magic, 64);
91 if (LinkInFile(Pathname, is_native))
96 if (LinkInArchive(Pathname, is_native))
97 return error("Cannot link archive '" + Pathname.str() + "'");
/external/webrtc/webrtc/base/
H A Dpathutils.h21 // Pathname - parsing of pathnames into components, and vice versa.
40 class Pathname { class in namespace:rtc
46 Pathname();
47 Pathname(const std::string& pathname);
48 Pathname(const std::string& folder, const std::string& filename);
50 // Set's the default folder delimiter for this Pathname
122 inline bool CreateFolder(const Pathname& path) {
125 inline bool FinishPath(Pathname& path, bool create, const std::string& append) {
134 inline bool GetTemporaryFolder(Pathname& path, bool create,
142 inline bool GetAppDataFolder(Pathname
[all...]
H A Dpathutils.cc43 // Pathname - parsing of pathnames into components, and vice versa
46 bool Pathname::IsFolderDelimiter(char ch) {
50 char Pathname::DefaultFolderDelimiter() {
54 Pathname::Pathname() function in class:rtc::Pathname
58 Pathname::Pathname(const std::string& pathname) function in class:rtc::Pathname
63 Pathname::Pathname(const std::string& folder, const std::string& filename) function in class:rtc::Pathname
68 void Pathname
[all...]

Completed in 301 milliseconds