Home
last modified time | relevance | path

Searched defs:mountMode (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/
H A DVolumeManager.cpp535 int32_t mountMode = *static_cast<int32_t*>(params); in forkAndRemountChild() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java687 void setMountMode(int mountMode) { in setMountMode()