Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 132) sorted by relevance

123456

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp30 Unit FileToVector(const std::string &Path) { in FileToVector()
36 std::string FileToString(const std::string &Path) { in FileToString()
42 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
48 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
53 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V) { in ReadDirToVectorOfUnits()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPath.java43 public class Path class
51 public Path(AddressImpl address) { in Path() method in Path
59 public Path() in Path() method in Path
/external/llvm/include/llvm/Support/
DPath.h52 StringRef Path; ///< The entire path. variable
79 StringRef Path; ///< The entire path. variable
DFileSystem.h370 inline bool exists(const Twine &Path) { in exists()
378 inline bool can_execute(const Twine &Path) { in can_execute()
386 inline bool can_write(const Twine &Path) { in can_write()
437 inline bool is_directory(const Twine &Path) { in is_directory()
459 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
500 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
679 std::string Path; variable
/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
45 void InjectFile(const char *Path, ino_t INode) { in InjectFile()
50 void InjectDirectory(const char *Path, ino_t INode) { in InjectDirectory()
55 LookupResult getStat(const char *Path, FileData &Data, bool isFile, in getStat()
DVirtualFileSystemTest.cpp35 ErrorOr<vfs::Status> status(const Twine &Path) override { in status()
43 openFileForRead(const Twine &Path) override { in openFileForRead()
50 std::string Path; member
90 void addEntry(StringRef Path, const vfs::Status &Status) { in addEntry()
94 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
100 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
106 void addSymlink(StringRef Path) { in addSymlink()
263 SmallString<128> Path; member
/external/clang/lib/AST/
DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
321 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
355 CXXBasePath &Path, in FindBaseClass()
364 CXXBasePath &Path, in FindVirtualBaseClass()
374 CXXBasePath &Path, in FindTagMember()
391 CXXBasePath &Path, in FindOrdinaryMember()
410 CXXBasePath &Path, in FindNestedNameSpecifierMember()
DAPValue.cpp43 LValuePathEntry Path[InlinePathSpace]; member
81 PathElem Path[InlinePathSpace]; member
438 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() local
596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue()
643 ArrayRef<const CXXRecordDecl*> Path) { in MakeMemberPointer()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get()
121 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, in getStat()
DVirtualFileSystem.cpp159 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
185 std::string Path; member in __anon393354d90311::RealFSDirIter
234 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
245 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
260 std::string Path; member in __anon393354d90411::OverlayFSDirIterImpl
306 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl()
879 SmallString<256> Path; in lookupPath() local
933 ErrorOr<Status> VFSFromYAML::status(const Twine &Path, Entry *E) { in status()
952 ErrorOr<Status> VFSFromYAML::status(const Twine &Path) { in status()
959 ErrorOr<std::unique_ptr<File>> VFSFromYAML::openFileForRead(const Twine &Path) { in openFileForRead()
[all …]
DFileManager.cpp127 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { in addAncestorsAsVirtualDirs()
452 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue()
466 bool FileManager::getNoncachedStatValue(StringRef Path, in getNoncachedStatValue()
519 bool FileManager::removeDotPaths(SmallVectorImpl<char> &Path) { in removeDotPaths()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java29 public class Path { class
31 private Path() { in Path() method in Path
/external/llvm/unittests/Support/
DPath.cpp52 TEST(Support, Path) { in TEST() argument
152 SmallString<64> Path(StringRef("c/d/e/foo.txt")); in TEST() local
172 SmallString<64> Path(StringRef(".c/.d/../.")); in TEST() local
192 SmallString<64> Path(StringRef("/c/d/e/foo.txt")); in TEST() local
215 SmallString<64> Path(StringRef("/.c/.d/../.")); in TEST() local
239 SmallString<64> Path(StringRef("c:\\c\\e\\foo.txt")); in TEST() local
273 for (StringRef Path : Paths) { in TEST() local
285 for (StringRef Path : RootPaths) { in TEST() local
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 PDB_ErrorCode llvm::createPDBReader(PDB_ReaderType Type, StringRef Path, in createPDBReader()
/external/clang/unittests/Tooling/
DRewriterTestContext.h63 SmallString<1024> Path; in createOnDiskFile() local
98 std::string Path = TemporaryFiles.lookup(Name); in getFileContentFromDisk() local
/external/skia/src/svg/parser/
DSkSVGPath.cpp17 DEFINE_SVG_INFO(Path) in DEFINE_SVG_INFO() argument
/external/clang/lib/Driver/
DToolChain.cpp386 const Twine &Path) { in addSystemInclude()
401 const Twine &Path) { in addExternCSystemInclude()
408 const Twine &Path) { in addExternCSystemIncludeIfExists()
474 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable() local
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp24 setupMemoryBuffer(std::string Path) { in setupMemoryBuffer()
37 InstrProfReader::create(std::string Path) { in create()
70 IndexedInstrProfReader::create(std::string Path) { in create()
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp68 SmallString<128> Path(Filename); in RewriteFilename() local
78 SmallString<128> Path; in RewriteFilename() local
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h48 std::string Path; member
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/external/llvm/lib/Support/
DPath.cpp308 reverse_iterator rbegin(StringRef Path) { in rbegin()
315 reverse_iterator rend(StringRef Path) { in rend()
532 void native(SmallVectorImpl<char> &Path) { in native()
672 std::error_code getUniqueID(const Twine Path, UniqueID &Result) { in getUniqueID()
788 std::error_code create_directories(const Twine &Path, bool IgnoreExisting) { in create_directories()
883 std::error_code is_other(const Twine &Path, bool &Result) { in is_other()
1048 std::error_code identify_magic(const Twine &Path, file_magic &Result) { in identify_magic()
/external/jsoncpp/include/json/
Dforwards.h28 class Path; variable
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
/external/libcxx/test/support/
Dplatform_support.h63 char Path[MAX_PATH+1]; in get_temp_file_name() local

123456