Home
last modified time | relevance | path

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

123456

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp23 static long GetEpoch(const std::string &Path) { in GetEpoch()
51 Unit FileToVector(const std::string &Path) { in FileToVector()
61 std::string FileToString(const std::string &Path) { in FileToString()
67 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
71 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
79 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
78 StringRef Path; ///< The entire path. variable
DFileSystem.h387 inline bool exists(const Twine &Path) { in exists()
401 inline bool can_write(const Twine &Path) { in can_write()
452 inline bool is_directory(const Twine &Path) { in is_directory()
474 inline bool is_regular_file(const Twine &Path) { in is_regular_file()
515 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { in file_size()
694 std::string Path; variable
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
32 PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/external/clang/lib/AST/
DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
92 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isDerivedFrom()
113 [this, BaseDecl](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) { in isVirtuallyDerivedFrom()
323 Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) { in lookupInBases()
357 CXXBasePath &Path, in FindBaseClass()
366 CXXBasePath &Path, in FindVirtualBaseClass()
376 CXXBasePath &Path, in FindTagMember()
392 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/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp125 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
135 static bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
225 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
228 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
242 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
259 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
289 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp109 bool FileSystem::exists(const Twine &Path) { in exists()
191 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
213 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
235 std::string Path; member in __anonda37fe1a0311::RealFSDirIter
284 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
295 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
311 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
323 std::string Path; member in __anonda37fe1a0411::OverlayFSDirIterImpl
369 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl()
493 SmallString<128> Path; in addFile() local
[all …]
DFileSystemStatCache.cpp43 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get()
110 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, in getStat()
DFileManager.cpp124 void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { in addAncestorsAsVirtualDirs()
461 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue()
475 bool FileManager::getNoncachedStatValue(StringRef Path, in getNoncachedStatValue()
/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.cpp48 ErrorOr<vfs::Status> status(const Twine &Path) override { in status()
56 openFileForRead(const Twine &Path) override { in openFileForRead()
65 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory()
72 std::string Path; member
112 void addEntry(StringRef Path, const vfs::Status &Status) { in addEntry()
116 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
122 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
128 void addSymlink(StringRef Path) { in addSymlink()
285 SmallString<128> Path; member
/external/clang/unittests/Driver/
DToolChainTest.cpp57 for (const char *Path : EmptyFiles) in TEST() local
96 for (const char *Path : EmptyFiles) in TEST() local
/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/lib/LibDriver/
DLibDriver.cpp84 StringRef Path; in getSearchPaths() local
94 SmallString<128> Path = Dir; in findInputFile() local
133 Optional<std::string> Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain() local
/external/clang/unittests/Tooling/
DRewriterTestContext.h68 SmallString<1024> Path; in createOnDiskFile() local
103 std::string Path = TemporaryFiles.lookup(Name); in getFileContentFromDisk() local
/external/llvm/unittests/Support/
DPath.cpp57 TEST(Support, Path) { in TEST() argument
162 SmallString<64> Path(StringRef("c/d/e/foo.txt")); in TEST() local
182 SmallString<64> Path(StringRef(".c/.d/../.")); in TEST() local
202 SmallString<64> Path(StringRef("/c/d/e/foo.txt")); in TEST() local
225 SmallString<64> Path(StringRef("/.c/.d/../.")); in TEST() local
249 SmallString<64> Path(StringRef("c:\\c\\e\\foo.txt")); in TEST() local
283 for (StringRef Path : Paths) { in TEST() local
295 for (StringRef Path : RootPaths) { in TEST() local
364 static std::string path2regex(std::string Path) { in path2regex()
/external/clang/lib/Driver/
DToolChain.cpp298 SmallString<128> Path(getDriver().ResourceDir); in getCompilerRT() local
553 const Twine &Path) { in addSystemInclude()
568 const Twine &Path) { in addExternCSystemInclude()
575 const Twine &Path) { in addExternCSystemIncludeIfExists()
584 for (StringRef Path : Paths) { in addSystemIncludes() local
647 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable() local
/external/skia/src/svg/parser/
DSkSVGPath.cpp17 DEFINE_SVG_INFO(Path) in DEFINE_SVG_INFO() argument
/external/llvm/tools/dsymutil/
DMachOUtils.h24 std::string Arch, Path; member
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file()
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DPath.java21 public interface Path<T> { interface
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp27 PDB_ErrorCode DIASession::createFromPdb(StringRef Path, in createFromPdb()
68 PDB_ErrorCode DIASession::createFromExe(StringRef Path, in createFromExe()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp69 SmallString<128> Path(Filename); in RewriteFilename() local
79 SmallString<128> Path; in RewriteFilename() local

123456