Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/options/
Dmod.rs1245 let absolute_path = env::current_dir() localVariable
/third_party/libabigail/tools/
Dabisym.cc42 bool absolute_path; member
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc174 const base::FilePath& absolute_path = absolute_paths[i]; in FlushEntriesIfNeeded() local
/third_party/skia/m133/third_party/externals/zlib/google/
Dzip.cc60 const base::FilePath absolute_path = src_dir_.Append(path); in Open() local
/third_party/libabigail/tests/
Dtest-symtab.cc40 const std::string& absolute_path = test_data_dir + path; in read_corpus() local
/third_party/f2fs-tools/fsck/
Dmain.c38 static char *absolute_path(const char *file) in absolute_path() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/mindrecord/
Dut_common.cc135 std::string absolute_path = directory + std::string("/") + std::string(d_ent->d_name); in GetAbsoluteFiles() local
/third_party/libuv/src/unix/
Daix.c790 char absolute_path[PATH_MAX]; in uv_fs_event_start() local
/third_party/rust/rust/src/bootstrap/
Dlib.rs542 let absolute_path = self.config.src.join(relative_path); in update_submodule() localVariable