Home
last modified time | relevance | path

Searched refs:dsu_slot (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/fuzz/
H A Dfs_mgr_fstab_fuzzer.cpp27 std::string dsu_slot = fdp.ConsumeRandomLengthString(30); in LLVMFuzzerTestOneInput() local
36 android::fs_mgr::TransformFstabForDsu(&fstab, dsu_slot, dsu_partitions); in LLVMFuzzerTestOneInput()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp595 void TransformFstabForDsu(Fstab* fstab, const std::string& dsu_slot, in TransformFstabForDsu() argument
613 entry->metadata_key_dir = android::gsi::GetDsuMetadataKeyDir(dsu_slot); in TransformFstabForDsu()
716 std::string dsu_slot; in ReadFstabFromFile() local
717 if (!android::gsi::GetActiveDsu(&dsu_slot)) { in ReadFstabFromFile()
726 TransformFstabForDsu(&fstab, dsu_slot, Split(lp_names, ",")); in ReadFstabFromFile()
H A Dfs_mgr_remount.cpp328 std::string dsu_slot; in EnableDsuIfNeeded() local
329 if (auto status = gsid->getActiveDsuSlot(&dsu_slot); !status.isOk()) { in EnableDsuIfNeeded()
336 if (auto status = gsid->enableGsi(/* oneShot = */ true, dsu_slot, &error); !status.isOk()) { in EnableDsuIfNeeded()
H A Dfs_mgr_overlayfs.cpp1506 std::string dsu_slot; in MapDsuScratchDevice() local
1507 if (!android::gsi::IsGsiInstalled() || !android::gsi::GetActiveDsu(&dsu_slot) || in MapDsuScratchDevice()
1508 dsu_slot.empty()) { in MapDsuScratchDevice()
1513 auto images = IImageManager::Open("dsu/" + dsu_slot, 10s); in MapDsuScratchDevice()
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h123 void TransformFstabForDsu(Fstab* fstab, const std::string& dsu_slot,
/aosp14/system/core/init/
H A Dinit.cpp1047 std::string dsu_slot; in SecondStageMain() local
1048 if (android::gsi::GetActiveDsu(&dsu_slot)) { in SecondStageMain()
1049 SetProperty(gsi::kDsuSlotProp, dsu_slot); in SecondStageMain()