Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/core/sdcard/
H A Dsdcard.cpp101 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 Dvabc_partition_writer.cc64 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 Dinstall_plan.cc114 {"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 Dfilesystem_verifier_action.cc175 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 Dfilesystem_verifier_action_unittest.cc122 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 Dinstall_plan_unittest.cc38 .source_path = "foo-source-path", in TEST()
H A Ddelta_performer_fuzzer.cc58 .source_path = "/dev/zero", in FuzzDeltaPerformer()
H A Ddelta_performer_unittest.cc281 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 Dpartition_writer.cc262 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 Dinstall_plan.h101 std::string source_path; member
H A Dpartition_writer_unittest.cc93 install_part_.source_path = source_partition.path(); in PerformSourceCopyOp()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.h31 Maybe<std::string> source_path; member
75 &options_.source_path); in CompileCommand()
H A DCompile.cpp126 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 DLsClient.cpp122 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 Dmock_dynamic_partition_control_android.h94 const std::optional<std::string>& source_path,
100 const std::optional<std::string>& source_path,
H A Ddynamic_partition_control_android.cc1404 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 Ddynamic_partition_control_android.h105 const std::optional<std::string>& source_path,
/aosp12/packages/modules/ArtPrebuilt/
H A Dupdate-art-module-prebuilts.py246 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 Dgenerate_delta_main.cc206 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 Dmock_dynamic_partition_control.h42 const std::optional<std::string>& source_path,
/aosp12/art/tools/checker/
H A Dchecker.py114 run_tests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable,
/aosp12/frameworks/base/tools/aapt2/
H A DResourcesInternal.proto48 string source_path = 4;
/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc154 install_part.source_path = partition_file.path(); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp608 out_file->source.path = pb_file.source_path(); in DeserializeCompiledFileFromPb()