Searched defs:mount (Results 1 – 9 of 9) sorted by relevance
59 for (const auto& mount : Split(mounts, "\n")) { in TEST() local
85 for (const auto& mount : mounted_apexes) { in StageFnInstall() local
214 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
348 auto& mount = mountsByGroup[std::string(groupId)]; in loadFrom() local
125 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount() function
2543 auto mount = EnsureMetadataMounted(); in HandleImminentDataWipe() local2595 auto mount = EnsureMetadataMounted(); in FinishMergeInRecovery() local2707 auto mount = EnsureMetadataMounted(); in RecoveryCreateSnapshotDevices() local
1492 auto mount = new_sm->EnsureMetadataMounted(); in TEST_F() local
44 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId); in mount() method
255 binder::Status VoldNativeService::mount(const std::string& volId, int32_t mountFlags, in mount() function in android::vold::VoldNativeService