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

  /system/vold/
Ext4Crypt.cpp 59 static constexpr int FLAG_STORAGE_DE = 1 << 0;
488 if (!e4crypt_prepare_user_storage(nullptr, 0, 0, FLAG_STORAGE_DE)) {
684 if (flags & FLAG_STORAGE_DE) {
755 if (flags & FLAG_STORAGE_DE) {
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 123 public static final int FLAG_STORAGE_DE = 1 << 0;
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 71 static constexpr int FLAG_STORAGE_DE = 1 << 0;
193 if (flags & FLAG_STORAGE_DE) {
251 auto target = (flags & FLAG_STORAGE_DE) ? de_path : ce_path;
252 auto source = (flags & FLAG_STORAGE_DE) ? ce_path : de_path;
356 if (flags & FLAG_STORAGE_DE) {
410 if (flags & FLAG_STORAGE_DE) {
468 if (create_app_data(to_uuid, package_name, user, FLAG_STORAGE_CE | FLAG_STORAGE_DE,
512 if (restorecon_app_data(to_uuid, package_name, user, FLAG_STORAGE_CE | FLAG_STORAGE_DE,
551 if (flags & FLAG_STORAGE_DE) {
561 if (flags & FLAG_STORAGE_DE) {
    [all...]

Completed in 186 milliseconds