Home
last modified time | relevance | path

Searched refs:src_base_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc69 for (const auto& src_base_path : src_contents) { in CopyDirectoryImpl() local
70 if (!predicate(src_dir_path + "/" + src_base_path)) { in CopyDirectoryImpl()
73 std::string src_path = src_dir_path + "/" + src_base_path; in CopyDirectoryImpl()
74 std::string dest_path = dest_dir_path + "/" + src_base_path; in CopyDirectoryImpl()
/aosp_15_r20/external/tensorflow/tensorflow/tools/git/
H A Dgen_git_source.py62 def configure(src_base_path, gen_path, debug=False): argument
70 git_path = os.path.join(src_base_path, ".git")
102 spec["path"] = src_base_path