Home
last modified time | relevance | path

Searched defs:exe_path (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/library/std/src/sys/windows/process/
Dtests.rs209 let mut exe_path = temp.path().to_owned(); localVariable
/third_party/musl/ldso/linux/
Dns_config.h51 char *exe_path; member
Dns_config.c477 static int config_parse(const char *file_path, const char *exe_path) in config_parse()
/third_party/musl/porting/linux/user/ldso/
Dns_config.h51 char *exe_path; member
Dns_config.c477 static int config_parse(const char *file_path, const char *exe_path) in config_parse()
/third_party/rust/rust/library/std/src/sys/unix/
Dos.rs464 let exe_path = env::args().next().unwrap(); in current_exe() localVariable
484 let exe_path = env::args().next().ok_or(io::const_io_error!( in current_exe() localVariable
/third_party/gn/src/gn/
Dninja_build_writer.cc59 base::FilePath exe_path = GetExePath(); in GetSelfInvocationCommandLine() local
Dsetup.cc335 base::FilePath exe_path(SysMultiByteTo16(python_path)); in PythonBatToExe() local