Home
last modified time | relevance | path

Searched defs:local_path (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.py155 def get_local_asset_content(local_path): argument
/aosp12/system/apex/apexd/
H A Dapex_shim.cpp134 auto local_path = path.string().substr(resolved_mount_point.length() + 1); in ValidateShimApex() local
/aosp12/system/update_engine/aosp/
H A Dhardware_android.cc239 base::FilePath local_path(constants::kNonVolatileDirectory); in GetNonVolatileDirectory() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dmake_cow_from_ab_ota.cpp419 auto local_path = "IMAGES/" + partition_name_ + ".img"; in OpenSourceImage() local
/aosp12/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py298 def pull(self, remote_path, local_path): argument
/aosp12/packages/modules/adb/
H A Dtest_device.py780 def _verify_local(self, checksum, local_path): argument
/aosp12/frameworks/native/cmds/installd/
H A Dutils.cpp1126 std::string local_path = current_path + "/" + name; in collect_profiles() local
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp68 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators()