Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
Dvalue_extractors.cc128 const SourceDir& current_dir; member
152 const SourceDir& current_dir; member
165 const SourceDir& current_dir; member
204 const SourceDir& current_dir; member
224 const SourceDir& current_dir; member
269 const SourceDir& current_dir; member
291 const SourceDir& current_dir; member
321 const SourceDir& current_dir; member
336 const SourceDir& current_dir; member
358 const SourceDir& current_dir, in ExtractListOfRelativeFiles()
[all …]
Dfunction_get_path_info.cc32 const SourceDir& current_dir, in DirForInput()
52 const SourceDir& current_dir, in GetOnePathInfo()
230 const SourceDir& current_dir = scope->GetSourceDir(); local
Dlabel_pattern_unittest.cc29 SourceDir current_dir("//foo/"); in TEST() local
92 SourceDir current_dir("//foo/"); in TEST() local
Dlabel.cc31 const SourceDir& current_dir, in ComputeBuildLocationFromDep()
90 bool Resolve(const SourceDir& current_dir, in Resolve()
272 Label Label::Resolve(const SourceDir& current_dir,
Dvisibility.cc29 bool Visibility::Set(const SourceDir& current_dir, in Set()
55 void Visibility::SetPrivate(const SourceDir& current_dir) { in SetPrivate()
Dfunction_set_default_toolchain.cc73 const SourceDir& current_dir = scope->GetSourceDir(); local
Dcommands_unittest.cc15 SourceDir current_dir("//"); in TEST() local
Dpath_output.h44 const SourceDir& current_dir() const { return current_dir_; } in current_dir() function
Dlabel_pattern.cc65 LabelPattern LabelPattern::GetPattern(const SourceDir& current_dir, in LabelPattern()
Dpath_output.cc13 PathOutput::PathOutput(const SourceDir& current_dir, in PathOutput()
Dfunction_rebase_path.cc234 const SourceDir& current_dir = scope->GetSourceDir(); local
Dcreate_bundle_target_generator.cc329 const SourceDir& current_dir = scope_->GetSourceDir(); in FillBundleDepsFilter() local
/third_party/rust/crates/clap/clap_complete/tests/
Ddynamic.rs18 let current_dir = None; in suggest_subcommand_subset() localVariable
64 let current_dir = None; in suggest_long_flag_subset() localVariable
99 let current_dir = None; in suggest_possible_value_subset() localVariable
145 let current_dir = None; in suggest_additional_short_flags() localVariable
/third_party/rust/rust/compiler/rustc_codegen_gcc/tests/
Dlang_tests_common.rs21 let current_dir = current_dir().expect("current dir"); in main_inner() localVariable
22 let current_dir = current_dir.to_str().expect("current dir").to_string(); in main_inner() localVariable
/third_party/protobuf/python/dist/
Dsetup.py34 current_dir = os.path.dirname(os.path.abspath(__file__)) variable
/third_party/skia/m133/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
/third_party/skia/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
/third_party/rust/rust/library/std/tests/
Dcreate_dir_all_bare.rs22 let current_dir = Self::new(); in with() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_dev/src/
Dlib.rs50 let current_dir = std::env::current_dir().unwrap(); in clippy_project_root() localVariable
/third_party/rust/rust/src/tools/miri/cargo-miri/src/
Dutil.rs33 pub current_dir: OsString, field
43 let current_dir = env::current_dir().unwrap().into_os_string(); in collect() localVariable
/third_party/rust/rust/src/bootstrap/config/
Dtests.rs48 let current_dir = std::env::current_dir().unwrap(); in detect_src_and_out() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dbuild_scripts.rs131 let current_dir = match &config.invocation_location { in run_for_workspace() localVariable
171 let current_dir = match &config.invocation_location { in run_once() localVariable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dmain.rs136 let current_dir = std::env::current_dir().unwrap(); in main() localVariable
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs99 let current_dir = std::env::current_dir().ok(); in try_complete() localVariable
494 let current_dir = match current_dir { in complete_path() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dmsg.rs61 pub current_dir: Option<String>, field

12