Home
last modified time | relevance | path

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

/system/vold/
Dvold_prepare_subdirs.cpp152 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in prepare_subdirs()
207 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in destroy_subdirs()
DFsCrypt.cpp479 if (!fscrypt_prepare_user_storage("", 0, 0, android::os::IVold::STORAGE_FLAG_DE)) { in fscrypt_init_user0()
805 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in fscrypt_prepare_user_storage()
918 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in fscrypt_destroy_user_storage()
/system/vold/binder/android/os/
DIVold.aidl159 const int STORAGE_FLAG_DE = 1; field