/aosp_15_r20/external/cronet/build/ |
H A D | zip_helpers.py | 45 src_path=None, argument
|
/aosp_15_r20/external/angle/build/ |
H A D | zip_helpers.py | 45 src_path=None, argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | test_credentials_provider.cc | 46 std::string ReadFile(const std::string& src_path) { in ReadFile()
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | create_app_bundle.py | 259 def _RewriteLanguageAssetPath(src_path): argument
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | site_sysinfo_unittest.py | 76 def get_dest_path(self, src_path): argument
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | create_app_bundle.py | 274 def _RewriteLanguageAssetPath(src_path): argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/no_deps/ |
H A D | metadata.json | 39 "src_path": "{TEMP_DIR}/no_deps/lib.rs", string
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/has_package_metadata/ |
H A D | metadata.json | 46 "src_path": "{TEMP_DIR}/has_package_metadata/lib.rs", string
|
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/ |
D | snapshot_utils.cc | 73 std::string src_path = src_dir_path + "/" + src_base_path; in CopyDirectoryImpl() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 690 def push_table(self, ad, src_path, dest_path=''): argument
|
/aosp_15_r20/external/rust/crates/uefi/src/fs/file_system/ |
D | fs.rs | 57 let src_path = src_path.as_ref(); in copy() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/file_system/ |
D | fs.rs | 57 let src_path = src_path.as_ref(); in copy() localVariable
|
/aosp_15_r20/external/minijail/rust/minijail/src/ |
H A D | lib.rs | 729 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_with_data() localVariable 788 let src_path = CString::new(src_os).map_err(|_| Error::StrToCString(src_os.to_owned()))?; in mount_bind() localVariable
|
/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/external/toolchain-utils/llvm_tools/ |
H A D | patch_utils.py | 504 def clean_src_tree(src_path): argument
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apex_file.cpp | 397 const std::string& src_path = GetPath(); in Decompress() local
|
/aosp_15_r20/bionic/tests/ |
H A D | elftls_dl_test.cpp | 72 std::string src_path = GetTestLibRoot() + "/libtest_elftls_shared_var_ie.so"; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 701 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies() 781 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | cargo_out.rs | 506 let src_path = src_path in split_src_path() localVariable
|
/aosp_15_r20/external/libchrome/build/android/gyp/util/ |
H A D | build_utils.py | 281 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, argument
|
/aosp_15_r20/packages/modules/adb/client/ |
D | file_sync_client.cpp | 1488 for (const char* src_path : srcs) { in do_sync_push() local 1716 for (const char* src_path : srcs) { in do_sync_pull() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | __init__.py | 1299 def __call__(self, src_path): argument
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | managed_crate.rs | 354 let src_path = self.android_crate.path().join(link)?; in copy_customizations() localVariable
|
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/ |
D | inotify_c.py | 444 def src_path(self) -> bytes: member in InotifyEvent
|
/aosp_15_r20/art/artd/ |
H A D | artd.cc | 321 Result<void> CopyFile(const std::string& src_path, const NewFile& dst_file) { in CopyFile() 739 std::string src_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_src)); in copyAndRewriteProfile() local
|