Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/
Dio_delegate_unittest.cpp34 string absolute_path; in TEST() local
41 string absolute_path; in TEST() local
Dio_delegate.cpp52 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) { in GetAbsolutePath()
153 string absolute_path; in CreateDirForPath() local
/aosp_15_r20/packages/modules/adb/fastdeploy/proto/
DApkEntry.proto13 string absolute_path = 4; field
23 string absolute_path = 1; field
/aosp_15_r20/out/soong/.intermediates/packages/modules/adb/libfastdeploy_host/linux_glibc_x86_64_static/gen/proto/packages/modules/adb/fastdeploy/proto/
DApkEntry.pb.h726 inline const std::string& APKDump::absolute_path() const { in absolute_path() function
757 inline void APKDump::set_allocated_absolute_path(std::string* absolute_path) { in set_allocated_absolute_path()
864 inline const std::string& APKMetaData::absolute_path() const { in absolute_path() function
895 inline void APKMetaData::set_allocated_absolute_path(std::string* absolute_path) { in set_allocated_absolute_path()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dhtml_module_unittest.py25 def __init__(self, toplevel_dir, absolute_path, fake_contents): argument
50 def FindResourceGivenAbsolutePath(self, absolute_path): argument
H A Dresource_loader.py52 def FindResourceGivenAbsolutePath(self, absolute_path, binary=False): argument
213 def _read_file(absolute_path): argument
H A Dresource.py14 def __init__(self, toplevel_dir, absolute_path, binary=False): argument
H A Dstyle_sheet.py21 def absolute_path(self): member in Image
/aosp_15_r20/test/dittosuite/test/include/
H A Dinstruction_test.h29 const std::string absolute_path = ""; variable
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs1218 let absolute_path = env::current_dir() localVariable
/aosp_15_r20/external/cronet/net/base/
H A Ddirectory_lister.h35 base::FilePath absolute_path; member
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file.h103 base::FilePath absolute_path; member
/aosp_15_r20/art/odrefresh/
H A Dodr_fs_utils.cc80 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_path) { in EnsureDirectoryExists()
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode.cpp77 const node* node::LookupAbsolutePath(const node* root, const std::string& absolute_path) { in LookupAbsolutePath()
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/
H A Dconvert_to_istanbul_test.py302 def list_files(self, absolute_path): argument
/aosp_15_r20/test/dittosuite/
H A Ddittotrace.cpp139 std::string absolute_path = argv[2]; in main() local
/aosp_15_r20/external/pdfium/testing/tools/
H A Dsafetynet_image.py175 def _GetRelativePath(self, absolute_path): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc153 auto absolute_path = EmulateAbsolutePath(input_form); in RealpathOrSelf() local
/aosp_15_r20/external/e2fsprogs/contrib/android/
H A De2fsdroid.c55 static char *absolute_path(const char *file) in absolute_path() function
/aosp_15_r20/external/zlib/google/
H A Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); in Open() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dmain.c47 static char *absolute_path(const char *file) in absolute_path() function
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Dsettings.c531 char *absolute_path(char *path) in absolute_path() function
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dkqueue.py115 def absolute_path(path: bytes | str) -> bytes | str: function
/aosp_15_r20/test/dittosuite/schema/
H A Dbenchmark.proto269 optional string absolute_path = 1 [default = ""]; field
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc141 StringPiece GetRelativePath(StringPiece absolute_path) { in GetRelativePath()