Home
last modified time | relevance | path

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

/external/minijail/rust/minijail-sys/
Dbuild.rs22 let current_dir = env::var("CARGO_MANIFEST_DIR").unwrap() + "/../.."; in main() localVariable
/external/skia/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
/external/skqp/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
/external/eigen/bench/spbench/
Dspbenchsolver.cpp69 string current_dir; in main() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc171 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal() local
298 const string& current_dir = current_path.first; in UpdateIterator() local
/external/python/parse_type/tasks/
D_tasklet_cleanup.py181 def path_glob(pattern, current_dir=None): argument
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc100 int current_dir; in TEST() local
/external/rust/cxx/gen/src/
Dfs.rs55 pub(crate) fn current_dir() -> Result<PathBuf> { in current_dir() function
/external/python/setuptools/setuptools/
Dmsvc.py265 def current_dir(self, hidex86=False, x64=False): member in PlatformInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp889 SmallString<128> current_dir; in make_absolute() local
930 SmallString<128> current_dir; in make_absolute() local
/external/llvm-project/llvm/lib/Support/
DPath.cpp916 SmallString<128> current_dir; in make_absolute() local
957 SmallString<128> current_dir; in make_absolute() local
/external/rust/crates/tokio/src/process/
Dmod.rs440 pub fn current_dir<P: AsRef<Path>>(&mut self, dir: P) -> &mut Command { in current_dir() method
/external/fonttools/Tests/ttLib/
Dwoff2_test.py41 current_dir = os.path.abspath(os.path.dirname(os.path.realpath(__file__))) variable
/external/llvm/lib/Support/
DPath.cpp821 SmallString<128> current_dir; in make_absolute() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp823 SmallString<128> current_dir; in make_absolute() local
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1282 let current_dir = unsafe { CStr::from_bytes_with_nul_unchecked(b".\0") }; in chromeos_tmpfile() localVariable