Searched refs:src_dir_path (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
H A D | check_orphan_headers_test.py | 34 src_dir_path = _GetPath('home', 'projects', 'webrtc') 38 src_dir_path)) 45 src_dir_path = _GetPath('home', 'projects', 'webrtc') 49 src_dir_path)) 55 src_dir_path = _GetPath('home', 'projects', 'webrtc') 57 src_dir_path) 63 src_dir_path = _GetPath('home', 'projects', 'webrtc') 65 src_dir_path)
|
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/ |
D | snapshot_utils.cc | 59 const std::string& src_dir_path, const std::string& dest_dir_path, in CopyDirectoryImpl() argument 68 const auto src_contents = CF_EXPECT(DirectoryContents(src_dir_path)); in CopyDirectoryImpl() 70 if (!predicate(src_dir_path + "/" + src_base_path)) { in CopyDirectoryImpl() 73 std::string src_path = src_dir_path + "/" + src_base_path; in CopyDirectoryImpl() 160 const std::string& src_dir_path, const std::string& dest_dir_path, in CopyDirectoryRecursively() argument 163 CF_EXPECTF(FileExists(src_dir_path), in CopyDirectoryRecursively() 164 "A file/directory \"{}\" does not exist.", src_dir_path); in CopyDirectoryRecursively() 165 CF_EXPECTF(DirectoryExists(src_dir_path), "\"{}\" is not a directory.", in CopyDirectoryRecursively() 166 src_dir_path); in CopyDirectoryRecursively() 173 std::string src_final_target = RealpathOrSelf(src_dir_path); in CopyDirectoryRecursively() [all …]
|
D | snapshot_utils.h | 32 const std::string& src_dir_path, const std::string& dest_dir_path,
|
/aosp_15_r20/external/python/watchdog/src/watchdog/ |
D | events.py | 499 src_dir_path: bytes | str, 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 "" 525 def generate_sub_created_events(src_dir_path: bytes | str) -> Generator[DirCreatedEvent | FileCreat… 536 for root, directories, filenames in os.walk(src_dir_path): # type: ignore[type-var]
|
/aosp_15_r20/external/pytorch/tools/ |
H A D | gen_vulkan_spv.py | 443 for src_dir_path in self.src_dir_paths 444 for arg in ["-I", src_dir_path]
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/ |
H A D | gen_vulkan_spv.py | 762 for src_dir_path in self.src_dir_paths 763 for arg in ["-I", src_dir_path]
|