Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp921 int mountStatus; in createAsec() local
923 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint, in createAsec()
926 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint, in createAsec()
930 if (mountStatus) { in createAsec()