/aosp12/system/core/sdcard/ |
H A D | sdcard.cpp | 101 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path, in sdcardfs_setup() argument 121 if (mount(source_path.c_str(), dest_path.c_str(), use_esdfs ? "esdfs" : "sdcardfs", in sdcardfs_setup() 136 if (mount(source_path.c_str(), dest_path.c_str(), nullptr, in sdcardfs_setup_bind_remount() 142 if (mount(source_path.c_str(), dest_path.c_str(), "none", in sdcardfs_setup_bind_remount() 178 if (!sdcardfs_setup(source_path, dest_path_default, uid, gid, multi_user, userid, in run_sdcardfs() 196 if (!sdcardfs_setup(source_path, dest_path_default, uid, gid, multi_user, userid, in run_sdcardfs() 216 std::string obb_path = source_path + "/obb"; in run_sdcardfs() 236 const char *source_path = NULL; in main() local 289 if (!source_path) { in main() 290 source_path = arg; in main() [all …]
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | vabc_partition_writer.cc | 64 std::optional<std::string> source_path; in Init() local 65 if (!install_part_.source_path.empty()) { in Init() 67 source_path = install_part_.source_path; in Init() 70 install_part_.name, source_path, install_plan->is_resume); in Init()
|
H A D | install_plan.cc | 114 {"source_path", partition.source_path}, in ToString() 158 partition.name, source_slot, &partition.source_path)); in LoadPartitionsFromSlots() 160 partition.source_path.clear(); in LoadPartitionsFromSlots() 179 return (name == that.name && source_path == that.source_path && in operator ==()
|
H A D | filesystem_verifier_action.cc | 175 dynamic_control_->OpenCowFd(partition.name, partition.source_path, true); in InitializeFdVABC() 178 << partition.source_path << ") failed."; in InitializeFdVABC() 399 return partition.source_path; in GetPartitionPath() 477 << partition.source_path in FinishPartitionHashing()
|
H A D | filesystem_verifier_action_unittest.cc | 122 part.source_path = source_part_.path(); in AddFakePartition() 294 part.source_path = a_dev; in DoTest() 407 part.source_path = "/no/such/file"; in TEST_F() 583 ON_CALL(dynamic_control, OpenCowFd(part.name, {part.source_path}, _)) in DoTestVABC() 585 EXPECT_CALL(dynamic_control, OpenCowFd(part.name, {part.source_path}, _)) in DoTestVABC() 597 EXPECT_CALL(dynamic_control, OpenCowFd(part.name, {part.source_path}, _)) in DoTestVABC()
|
H A D | install_plan_unittest.cc | 38 .source_path = "foo-source-path", in TEST()
|
H A D | delta_performer_fuzzer.cc | 58 .source_path = "/dev/zero", in FuzzDeltaPerformer()
|
H A D | delta_performer_unittest.cc | 281 const string& source_path, in ApplyPayload() argument 284 &performer_, payload_data, source_path, brillo::Blob(), expect_success); in ApplyPayload() 287 const string& source_path, in ApplyPayloadToData() argument 291 &performer_, payload_data, source_path, target_data, expect_success); in ApplyPayloadToData() 301 const string& source_path, in ApplyPayloadToData() argument 313 kPartitionNameRoot, install_plan_.source_slot, source_path); in ApplyPayloadToData()
|
H A D | partition_writer.cc | 262 if (install_part_.source_size > 0 && !install_part_.source_path.empty()) { in OpenSourcePartition() 263 source_path_ = install_part_.source_path; in OpenSourcePartition() 605 std::string path = install_part.source_path; in OpenCurrentECCPartition()
|
H A D | install_plan.h | 101 std::string source_path; member
|
H A D | partition_writer_unittest.cc | 93 install_part_.source_path = source_partition.path(); in PerformSourceCopyOp()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Compile.h | 31 Maybe<std::string> source_path; member 75 &options_.source_path); in CompileCommand()
|
H A D | Compile.cpp | 126 const Source res_path = options.source_path in ExtractResourcePathData() 127 ? StringPiece(options.source_path.value()) in ExtractResourcePathData() 747 options_.source_path && args.size() > 1) { in Action()
|
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/ |
H A D | LsClient.cpp | 122 char source_path[PROPERTY_VALUE_MAX] = {0}; in getLSScriptSourcePrefix() local 123 int len = property_get("vendor.ese.loader_script_path", source_path, ""); in getLSScriptSourcePrefix() 125 FILE* fd = fopen(source_path, "rb"); in getLSScriptSourcePrefix() 134 ALOGD("%s Cannot open file %s\n", __func__, source_path); in getLSScriptSourcePrefix()
|
/aosp12/system/update_engine/aosp/ |
H A D | mock_dynamic_partition_control_android.h | 94 const std::optional<std::string>& source_path, 100 const std::optional<std::string>& source_path,
|
H A D | dynamic_partition_control_android.cc | 1404 const std::optional<std::string>& source_path, in OpenCowWriter() argument 1420 return snapshot_->OpenSnapshotWriter(params, std::move(source_path)); in OpenCowWriter() 1425 const std::optional<std::string>& source_path, in OpenCowFd() argument 1428 OpenCowWriter(unsuffixed_partition_name, source_path, is_append); in OpenCowFd()
|
H A D | dynamic_partition_control_android.h | 105 const std::optional<std::string>& source_path,
|
/aosp12/packages/modules/ArtPrebuilt/ |
H A D | update-art-module-prebuilts.py | 246 fetch_artifact(BRANCH, TARGET, build, entry.source_path, install_dir) 248 check_call(["cp", os.path.join(local_dist, entry.source_path), install_dir]) 249 source_file = os.path.basename(entry.source_path)
|
/aosp12/system/update_engine/payload_generator/ |
H A D | generate_delta_main.cc | 206 string source_path; in ApplyPayload() local 210 source_path = config.source.partitions[i].path; in ApplyPayload() 212 part_name, install_plan.source_slot, source_path); in ApplyPayload() 216 << " source: " << source_path << "\ttarget: " << target_path; in ApplyPayload()
|
/aosp12/system/update_engine/common/ |
H A D | mock_dynamic_partition_control.h | 42 const std::optional<std::string>& source_path,
|
/aosp12/art/tools/checker/ |
H A D | checker.py | 114 run_tests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable,
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourcesInternal.proto | 48 string source_path = 4;
|
/aosp12/system/update_engine/ |
H A D | download_action_android_unittest.cc | 154 install_part.source_path = partition_file.path(); in TEST_F()
|
/aosp12/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoDeserialize.cpp | 608 out_file->source.path = pb_file.source_path(); in DeserializeCompiledFileFromPb()
|