Home
last modified time | relevance | path

Searched defs:target_directory (Results 1 – 2 of 2) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2900 def confirmdir(self, target_directory): argument
2960 def rmdir(self, target_directory, allow_symlink=False): argument
2991 def listdir(self, target_directory): argument
/external/rust/crates/criterion/src/
Dlib.rs384 target_directory: PathBuf, in cargo_target_directory() field