/aosp_15_r20/prebuilts/sdk/update_prebuilts/ |
H A D | utils.py | 37 def mv(src_path, dst_path): argument 60 def cp(src_path, dst_path): argument
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | cgroup.proto | 15 optional string dst_path = 7; field 43 optional string dst_path = 7; field
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | inmemory_filesystem.cpp | 221 bool write_file_node(InMemoryFileNode* node, const std::filesystem::path& dst_path, std::error_code… in write_file_node() 247 const std::filesystem::path& dst_path, in write_directory_node() 269 const std::filesystem::path& dst_path, in write_node() 671 const std::string& dst_path, in write_item_to_disk()
|
/aosp_15_r20/external/executorch/ |
H A D | setup.py | 287 def dst_path(self, installer: "InstallerBuildExt") -> Path: member in BuiltFile 345 def dst_path(self, installer: "InstallerBuildExt") -> Path: member in BuiltExtension
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_find_array_copies.c | 427 nir_deref_path dst_path; in handle_write() local 566 nir_deref_path dst_path; in opt_find_array_copies_block() local
|
H A D | nir_lower_var_copies.c | 102 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local
|
H A D | nir_split_vars.c | 699 struct array_var_info *dst_info, nir_deref_path *dst_path, in emit_split_copies() 781 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/build/resources/ |
H A D | copy_build_products.py | 25 dst_path = os.path.join(dst, os.path.relpath(f, src)) variable
|
H A D | copy_build_products_no_delete.py | 25 dst_path = os.path.join(dst, os.path.relpath(f, src)) variable
|
/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/ |
H A D | build.rs | 21 let dst_path = Path::new(&out_dir).join(generated_file); in main() localVariable
|
/aosp_15_r20/external/skia/third_party/icu/ |
H A D | make_data_cpp.py | 31 def convert(fmt, name, src_path, dst_path): argument
|
/aosp_15_r20/external/cronet/third_party/icu/scripts/ |
H A D | make_data_cpp.py | 46 def convert(fmt, src_path, dst_path): argument
|
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/ |
H A D | skia_path_fuzzer.cc | 52 SkPath dst_path; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | cgroup.pb.h | 2270 inline const std::string& CgroupAttachTaskFtraceEvent::dst_path() const { in dst_path() function 2311 inline void CgroupAttachTaskFtraceEvent::set_allocated_dst_path(std::string* dst_path) { in set_allocated_dst_path() 3166 inline const std::string& CgroupTransferTasksFtraceEvent::dst_path() const { in dst_path() function 3207 inline void CgroupTransferTasksFtraceEvent::set_allocated_dst_path(std::string* dst_path) { in set_allocated_dst_path()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | cgroup.pb.h | 2270 inline const std::string& CgroupAttachTaskFtraceEvent::dst_path() const { in dst_path() function 2311 inline void CgroupAttachTaskFtraceEvent::set_allocated_dst_path(std::string* dst_path) { in set_allocated_dst_path() 3166 inline const std::string& CgroupTransferTasksFtraceEvent::dst_path() const { in dst_path() function 3207 inline void CgroupTransferTasksFtraceEvent::set_allocated_dst_path(std::string* dst_path) { in set_allocated_dst_path()
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | base_servohost.py | 650 def _mount_drive(self, src_path, dst_path): argument
|
/aosp_15_r20/bionic/tests/ |
H A D | elftls_dl_test.cpp | 73 std::string dst_path = GetTestLibRoot() + "/libtest_elftls_shared_var.so"; in TEST() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | cgroup.pbzero.h | 474 ::protozero::ConstChars dst_path() const { return at<7>().as_string(); } in dst_path() function 1006 ::protozero::ConstChars dst_path() const { return at<7>().as_string(); } in dst_path() function
|
/aosp_15_r20/packages/modules/adb/client/ |
D | file_sync_client.cpp | 1489 const char* dst_path = dst; in do_sync_push() local 1717 const char* dst_path = dst; in do_sync_pull() local
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | cgroup.pbzero.h | 474 ::protozero::ConstChars dst_path() const { return at<7>().as_string(); } in dst_path() function 1006 ::protozero::ConstChars dst_path() const { return at<7>().as_string(); } in dst_path() function
|
/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A D | OfflineUnwindUtils.cpp | 67 fs::path dst_path = fs::path(src_path).replace_extension(); // Remove .gz extension. in DecompressFiles() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.cpp | 375 std::string dst_path; member 648 std::string dst_path = file_op.dst_path; in Flatten() local
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | osutils.py | 935 def MountDir(src_path, dst_path, fs_type=None, sudo=True, makedirs=True, argument
|
/aosp_15_r20/external/crosvm/ext2/src/ |
H A D | fs.rs | 640 let dst_path = std::fs::read_link(&link)?; in add_symlink() localVariable
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 237 LPCWSTR dst_path = NULL; in _winapi_CreateJunction() local
|