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 62 constexpr int FLAG_STORAGE_DE = 1 << 0;
  /system/vold/
Ext4Crypt.cpp 59 static constexpr int FLAG_STORAGE_DE = 1 << 0;
478 if (!e4crypt_prepare_user_storage(nullptr, 0, 0, FLAG_STORAGE_DE)) {
686 if (flags & FLAG_STORAGE_DE) {
751 if (flags & FLAG_STORAGE_DE) {
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 106 public static final int FLAG_STORAGE_DE = 1 << 0;
    [all...]

Completed in 142 milliseconds