Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp170 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in prepare_subdirs()
200 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()
897 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in fscrypt_destroy_user_storage()
/system/vold/binder/android/os/
DIVold.aidl160 const int STORAGE_FLAG_CE = 2; field