Home
last modified time | relevance | path

Searched defs:mount (Results 1 – 9 of 9) sorted by relevance

/system/apex/apexd/
Dflattened_apex_test.cpp59 for (const auto& mount : Split(mounts, "\n")) { in TEST() local
Dapexd_prepostinstall.cpp85 for (const auto& mount : mounted_apexes) { in StageFnInstall() local
/system/vold/model/
DVolumeBase.cpp214 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
/system/incremental_delivery/incfs/
DMountRegistry.cpp348 auto& mount = mountsByGroup[std::string(groupId)]; in loadFrom() local
/system/incremental_delivery/incfs/include/
Dincfs_inline.h125 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2543 auto mount = EnsureMetadataMounted(); in HandleImminentDataWipe() local
2595 auto mount = EnsureMetadataMounted(); in FinishMergeInRecovery() local
2707 auto mount = EnsureMetadataMounted(); in RecoveryCreateSnapshotDevices() local
Dsnapshot_test.cpp1492 auto mount = new_sm->EnsureMetadataMounted(); in TEST_F() local
/system/vold/binder/android/os/
DIVold.aidl44 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId); in mount() method
/system/vold/
DVoldNativeService.cpp255 binder::Status VoldNativeService::mount(const std::string& volId, int32_t mountFlags, in mount() function in android::vold::VoldNativeService