Home
last modified time | relevance | path

Searched defs:absolute_path (Results 1 – 17 of 17) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py25 def __init__(self, toplevel_dir, absolute_path, fake_contents): argument
50 def FindResourceGivenAbsolutePath(self, absolute_path): argument
Dresource_loader.py52 def FindResourceGivenAbsolutePath(self, absolute_path, binary=False): argument
213 def _read_file(absolute_path): argument
Dresource.py14 def __init__(self, toplevel_dir, absolute_path, binary=False): argument
Dstyle_sheet.py21 def absolute_path(self): member in Image
/external/libabigail/tools/
Dabisym.cc42 bool absolute_path; member
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp222 llvm::SmallString<64> absolute_path = working_dir.String; in GetMainSourceFile() local
/external/pdfium/testing/tools/
Dsafetynet_image.py176 def _GetRelativePath(self, absolute_path): argument
/external/zlib/google/
Dzip_writer.cc174 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded() local
/external/e2fsprogs/contrib/android/
De2fsdroid.c50 static char *absolute_path(const char *file) in absolute_path() function
/external/angle/third_party/zlib/google/
Dzip.cc59 const base::FilePath absolute_path = src_dir_.Append(path); in Open() local
/external/libabigail/tests/
Dtest-symtab.cc43 const std::string& absolute_path = test_data_dir + path; in read_corpus() local
/external/f2fs-tools/fsck/
Dmain.c42 static char *absolute_path(const char *file) in absolute_path() function
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h377 FileSpec absolute_path = in Create() local
/external/igt-gpu-tools/runner/
Dsettings.c531 char *absolute_path(char *path) in absolute_path() function
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp310 llvm::Optional<FileSpec::Style> FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle()
/external/rust/crates/bindgen/src/
Dlib.rs613 let absolute_path = env::current_dir() in header_contents() localVariable
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc143 StringPiece GetRelativePath(StringPiece absolute_path) { in GetRelativePath()