Home
last modified time | relevance | path

Searched defs:from_dir (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/vold/bench/inodeop_bench/
H A Dinodeop_bench.cpp77 std::string from_dir; member
194 bool move_files(const std::string& from_dir, const std::string& to_dir, int n_file, in move_files()
226 bool hardlink_files(const std::string& from_dir, const std::string& to_dir, int n_file, in hardlink_files()
258 bool symlink_files(std::string from_dir, const std::string& to_dir, int n_file, in symlink_files()
281 bool exhaustive_readdir(const std::string& from_dir) { in exhaustive_readdir()
/aosp12/system/core/init/
H A Dmount_namespace.cpp111 static Result<void> ActivateFlattenedApexesFrom(const std::string& from_dir, in ActivateFlattenedApexesFrom()
/aosp12/build/make/tools/releasetools/
H A Dmerge_target_files.py290 def copy_items(from_dir, to_dir, patterns): argument