Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
Dlookup_dep.py106 def __init__(self, abs_build_output_dir: pathlib.Path, should_build: bool):
239 def _extract_full_class_names_from_jar(abs_build_output_dir: pathlib.Path,
240 abs_jar_path: pathlib.Path) -> Set[str]:
259 def _read_jar_namelist(abs_build_output_dir: pathlib.Path,
260 abs_jar_path: pathlib.Path) -> List[str]:
281 def _is_path_relative_to(path: pathlib.Path, other: pathlib.Path) -> bool:
288 def _parse_full_java_class(source_path: pathlib.Path) -> str:
/third_party/rust/crates/cxx/gen/src/
Dfs.rs47 pub(crate) fn copy(from: impl AsRef<Path>, to: impl AsRef<Path>) -> Result<u64> { in copy()
111 original: &'a Path, in symlink()
112 link: &'a Path, in symlink()
113 fun: fn(&'a Path, &'a Path) -> io::Result<()>, in symlink()
126 pub(crate) fn symlink_fail(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_fail()
144 pub(crate) fn symlink_file(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_file()
149 pub(crate) fn symlink_file(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_file()
158 pub(crate) fn symlink_dir(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_dir()
166 pub(crate) fn write(path: impl AsRef<Path>, contents: impl AsRef<[u8]>) -> Result<()> { in write()
/third_party/rust/crates/which-rs/src/
Dlib.rs153 V: AsRef<path::Path>, in which_in()
206 V: AsRef<path::Path>, in which_in_all()
403 pub struct Path { struct
404 inner: path::PathBuf, argument
407 impl Path { implementation
411 pub fn new<T: AsRef<OsStr>>(binary_name: T) -> Result<Path> { in new()
430 V: AsRef<path::Path>, in new_in()
447 V: AsRef<path::Path>, in all_in()
453 pub fn as_path(&self) -> &path::Path { in as_path()
463 impl fmt::Debug for Path { implementation
[all …]
/third_party/rust/crates/cxx/gen/build/src/
Dpaths.rs34 impl PathExt for Path { implementation
47 original: impl AsRef<Path>, in symlink_or_copy()
48 link: impl AsRef<Path>, in symlink_or_copy()
62 original: impl AsRef<Path>, in symlink_or_copy()
63 copy: impl AsRef<Path>, in symlink_or_copy()
Dout.rs7 pub(crate) fn write(path: impl AsRef<Path>, content: &[u8]) -> Result<()> { in write()
32 pub(crate) fn symlink_file(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_file()
66 pub(crate) fn symlink_dir(original: impl AsRef<Path>, link: impl AsRef<Path>) -> Result<()> { in symlink_dir()
86 fn best_effort_remove(path: &Path) { in best_effort_remove()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIO.cpp26 long GetEpoch(const std::string &Path) { in GetEpoch()
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
51 std::string FileToString(const std::string &Path) { in FileToString()
57 void CopyFileToErr(const std::string &Path) { in CopyFileToErr()
61 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile()
69 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, in ReadDirToVectorOfUnits()
DFuzzerIOPosix.cpp28 bool IsFile(const std::string &Path) { in IsFile()
47 std::string Path = DirPlusFile(Dir, E->d_name); in ListFilesInDirRecursive() local
74 void RemoveFile(const std::string &Path) { in RemoveFile()
DFuzzerIOWindows.cpp27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()
63 bool IsFile(const std::string &Path) { in IsFile()
81 std::string Path(Dir); in ListFilesInDirRecursive() local
138 void RemoveFile(const std::string &Path) { in RemoveFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
78 InMemoryBuffer(StringRef Path, MemoryBlock Buf, std::size_t BufSize, in InMemoryBuffer()
118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
166 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { in create()
DVirtualFileSystem.cpp136 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath()
141 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
145 bool FileSystem::exists(const Twine &Path) { in exists()
155 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() argument
287 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
334 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter()
[all …]
DFileCollector.cpp17 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath()
199 llvm::ErrorOr<llvm::vfs::Status> status(const Twine &Path) override { in status()
207 openFileForRead(const Twine &Path) override { in openFileForRead()
234 std::error_code getRealPath(const Twine &Path, in getRealPath()
245 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
253 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory()
/third_party/rust/crates/serde/serde_derive/src/
Dthis.rs4 pub fn this_type(cont: &Container) -> Path { in this_type()
18 pub fn this_value(cont: &Container) -> Path { in this_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp180 const std::string &Path, const std::string &Basename) { in getDarwinDWARFResourceForPath()
190 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
326 SmallString<128> Path{Directory}; in findDebugBinary() local
334 SmallString<128> Path = getDebugPath( in findDebugBinary() local
350 SmallString<128> Path = getDebugPath(Directory); in findDebugBinary() local
369 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
372 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
391 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
411 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
431 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h51 StringRef Path; ///< The entire path. variable
77 StringRef Path; ///< The entire path. variable
/third_party/typescript/tests/baselines/reference/
DclodulesDerivedClasses.js10 class Path extends Shape { class
55 function Path() { class in Path
60 (function (Path) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
43 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/third_party/rust/crates/clang-sys/src/
Dsupport.rs35 fn new(path: impl AsRef<Path>, args: &[String]) -> Self { in new()
59 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find()
136 fn find(directory: &Path, patterns: &[&str]) -> Option<PathBuf> { in find()
186 fn run_clang(path: &Path, arguments: &[&str]) -> (String, String) { in run_clang()
222 fn parse_search_paths(path: &Path, language: &str, args: &[String]) -> Option<Vec<PathBuf>> { in parse_search_paths()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPath.java10 public class Path { class
13 Path(long native_instance) { in Path() method in Path
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h55 StringRef Path; ///< The entire path. variable
81 StringRef Path; ///< The entire path. variable
DVirtualFileSystem.h128 std::string Path; variable
133 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry()
374 llvm::ErrorOr<Status> status(const Twine &Path) override { in status()
378 openFileForRead(const Twine &Path) override { in openFileForRead()
387 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory()
390 std::error_code getRealPath(const Twine &Path, in getRealPath()
394 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal()
/third_party/rust/crates/bitflags/tests/
Dcompile.rs54 fn rename_beta_stderr(from: impl AsRef<Path>, to: impl AsRef<Path>) -> io::Result<()> { in rename_beta_stderr()
61 fn rename_beta_stderr(_: impl AsRef<Path>, _: impl AsRef<Path>) -> io::Result<()> { in rename_beta_stderr()
/third_party/rust/crates/syn/src/
Dpath.rs13 impl<T> From<T> for Path implementation
27 impl Path { impl
284 impl Parse for Path { implementation
512 impl Path { implementation
611 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() argument
677 impl ToTokens for Path { implementation
827 pub(crate) fn print_path(tokens: &mut TokenStream, qself: &Option<QSelf>, path: &Path) { in print_path()
Dattr.rs178 pub fn path(&self) -> &Path { in path()
501 pub fn path(&self) -> &Path { in path()
512 pub fn require_path_only(&self) -> Result<&Path> { in require_path_only()
674 pub(crate) fn parse_meta_after_path(path: Path, input: ParseStream) -> Result<Meta> { in parse_meta_after_path()
684 fn parse_meta_list_after_path(path: Path, input: ParseStream) -> Result<MetaList> { in parse_meta_list_after_path()
693 fn parse_meta_name_value_after_path(path: Path, input: ParseStream) -> Result<MetaNameValue> { in parse_meta_name_value_after_path()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h127 std::string Path; // Path to the cache, empty to disable. member
133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
189 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } in setSaveTempsDir()
195 void setGeneratedObjectsDirectory(std::string Path) { in setGeneratedObjectsDirectory()
/third_party/rust/crates/libc/ci/
Dstyle.rs58 fn walk(path: &Path, err: &mut Errors) { in walk()
98 fn check_style(file: &str, path: &Path, err: &mut Errors) { in check_style()
203 fn error(&mut self, path: &Path, line: usize, msg: &str) { in error()

12345678