Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp200 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in prepare_subdirs()
237 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in destroy_subdirs()
DFsCrypt.cpp846 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in fscrypt_prepare_user_storage()
906 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in fscrypt_destroy_user_storage()
/system/vold/binder/android/os/
DIVold.aidl174 const int STORAGE_FLAG_CE = 2; field