Searched refs:STORAGE_FLAG_CE (Results 1 – 3 of 3) sorted by relevance
170 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in prepare_subdirs()200 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in destroy_subdirs()
846 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()
160 const int STORAGE_FLAG_CE = 2; field