Home
last modified time | relevance | path

Searched refs:dest_dir_path (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc59 const std::string& src_dir_path, const std::string& dest_dir_path, in CopyDirectoryImpl() argument
63 LOG(DEBUG) << "Making sure " << dest_dir_path in CopyDirectoryImpl()
65 CF_EXPECTF(EnsureDirectoryExists(dest_dir_path), in CopyDirectoryImpl()
67 dest_dir_path); in CopyDirectoryImpl()
74 std::string dest_path = dest_dir_path + "/" + src_base_path; in CopyDirectoryImpl()
160 const std::string& src_dir_path, const std::string& dest_dir_path, in CopyDirectoryRecursively() argument
168 CF_EXPECTF(!FileExists(dest_dir_path, /* follow symlink */ false), in CopyDirectoryRecursively()
169 "Delete the destination directory \"{}\" first", dest_dir_path); in CopyDirectoryRecursively()
172 std::string dest_final_target = RealpathOrSelf(dest_dir_path); in CopyDirectoryRecursively()
175 LOG(DEBUG) << "\"" << src_dir_path << "\" and \"" << dest_dir_path in CopyDirectoryRecursively()
Dsnapshot_utils.h32 const std::string& src_dir_path, const std::string& dest_dir_path,
/aosp_15_r20/external/python/watchdog/src/watchdog/
Devents.py500 dest_dir_path: bytes | str,
514 for root, directories, filenames in os.walk(dest_dir_path): # type: ignore[type-var]
517 renamed_path = full_path.replace(dest_dir_path, src_dir_path) if src_dir_path else ""
521 renamed_path = full_path.replace(dest_dir_path, src_dir_path) if src_dir_path else ""
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/operations/install/
Dwheel.py484 def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None:
485 if not is_within_directory(dest_dir_path, target_path):
491 message.format(wheel_path, target_path, dest_dir_path)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/operations/install/
Dwheel.py484 def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None:
485 if not is_within_directory(dest_dir_path, target_path):
491 message.format(wheel_path, target_path, dest_dir_path)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/operations/install/
Dwheel.py484 def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None:
485 if not is_within_directory(dest_dir_path, target_path):
491 message.format(wheel_path, target_path, dest_dir_path)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/operations/install/
Dwheel.py484 def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None:
485 if not is_within_directory(dest_dir_path, target_path):
491 message.format(wheel_path, target_path, dest_dir_path)
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py3173 dest_dir_path = self.make_path("Dest")
3177 self.os.mkdir(dest_dir_path)