HomeSort by relevance Sort by last modified time
    Searched defs:FLAG_STORAGE_DE (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
installd_constants.h 65 constexpr int FLAG_STORAGE_DE = 1 << 0;
  /system/vold/
Ext4Crypt.cpp 63 static constexpr int FLAG_STORAGE_DE = 1 << 0;
373 if (!e4crypt_prepare_user_storage(nullptr, 0, 0, FLAG_STORAGE_DE)) {
593 if (flags & FLAG_STORAGE_DE) {
660 if (flags & FLAG_STORAGE_DE) {
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 210 public static final int FLAG_STORAGE_DE = 1 << 0;
    [all...]

Completed in 85 milliseconds