HomeSort by relevance Sort by last modified time
    Searched defs:Pathname (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 77 sys::Path Pathname = FindLib(Lib);
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() + "'");
149 /// File - The pathname of the bitcode file.
224 /// or relative pathname, or as a file somewhere in LLVM_LIB_SEARCH_PATH.
  /external/webrtc/webrtc/base/
pathutils.h 21 // Pathname - parsing of pathnames into components, and vice versa.
24 // component. A folder never contains a filename. A pathname may include
27 // pathname() /home/john/example.txt
40 class Pathname {
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
57 // Reset to the empty pathname
    [all...]
pathutils.cc 43 // Pathname - parsing of pathnames into components, and vice versa
46 bool Pathname::IsFolderDelimiter(char ch) {
50 char Pathname::DefaultFolderDelimiter() {
54 Pathname::Pathname()
58 Pathname::Pathname(const std::string& pathname)
60 SetPathname(pathname);
63 Pathname::Pathname(const std::string& folder, const std::string& filename
91 std::string Pathname::pathname() const { function in class:rtc::Pathname
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 185 UINT8 *Pathname;
383 - Token.Pathname is NULL.
423 - Token.Pathname is NULL.
445 logically (or operationally) related to Token.Pathname, and optionally wait for completion.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h 504 typedef class Pathname Pathname;
506 typedef struct Pathname Pathname;
    [all...]

Completed in 366 milliseconds