/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
|
/docs/source.android.com/src/devices/tech/encryption/ |
android_crypto_implementation.jd | 31 used for /data is ext4. It's just error checking code to make sure the 35 ext4, you can either delete it and the call to it, or fix it to understand 62 current preferred filesystem to use on these devices is ext4, though that is
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_unittest.cc | 486 scoped_refptr<Extension> ext4 = local 492 service_->AddExtension(ext4.get()); 500 EXPECT_TRUE(service_->extensions()->Contains(ext4->id())); [all...] |
/external/e2fsprogs/e2fsck/ |
super.c | 749 (fs_proc_check("ext4") || check_for_modules("ext4"))) { 884 * ext4 files, especially EXT4_FEATURE_RO_COMPAT_DIR_NLINK and
|
problem.h | 218 /* The test_fs filesystem flag is set and ext4 is available */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 833 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code 834 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code 835 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 833 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code 834 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code 835 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness [all...] |
/external/e2fsprogs/misc/ |
fsck.c | 86 "ext4", 457 (strcmp(type, "ext4") == 0) || 634 strcmp(inst2->type, "ext4") &&
|
mke2fs.c | 1025 if (!strcmp(ext_type, "ext3") || !strcmp(ext_type, "ext4") || [all...] |
/system/core/fs_mgr/ |
fs_mgr_verity.c | 39 #include "ext4.h"
|
fs_mgr.c | 471 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) {
|
/system/extras/ext4_utils/ |
indirect.c | 18 #include "ext4.h"
|
ext4.h | 20 #define ext4_debug(f, a...) do { printk(KERN_DEBUG "EXT4-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __func__); printk(KERN_DEBUG f, ## a); } while (0)
|
ext4_utils.c | 44 #include "ext4.h"
|
allocate.c | 19 #include "ext4.h"
|
/external/e2fsprogs/ |
RELEASE-NOTES | 76 The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 79 The e2fsck and dumpe2fs programs now support the new ext4 superblock 116 (i.e., mke2fs -t ext4 -E stride=128 stripe-width=512 /dev/sda1") 217 ext4 file systems that do not use journaling. This bug has been fixed 243 is encountered on ext4 file systems. (Addresses Google Bug: #2604224) 314 ext4. This was caused by a bug in ext2fs_block_iterate2(), which is 480 could cause it to loop forever on an ext4 filesystem with the FLEX_BG 546 unallocated; this fixes a number of problems in all e2fsprogs for ext4 562 shrinking ext4 filesystems with extents enabled. (Addresses Red Hat 781 or shrinking ext4 filesystems off-line (i.e., when the ext4 filesyste [all...] |
/external/e2fsprogs/debian/ |
rules | 362 ln -s e2fsck fsck.ext3 ; ln -s e2fsck fsck.ext4 ; \ 364 ln -s mke2fs mkfs.ext4)
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 101 { REQ, "/sys/kernel/debug/tracing/events/ext4/ext4_sync_file_enter/enable" }, 102 { REQ, "/sys/kernel/debug/tracing/events/ext4/ext4_sync_file_exit/enable" },
|
/bootable/recovery/updater/ |
install.c | 56 // fs_type="ext4" partition_type="EMMC" location=device 202 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location> 268 } else if (strcmp(fs_type, "ext4") == 0) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 153 EXT4 = '\x84' # ditto, but 4-byte index 764 write(EXT4 + pack("<i", code)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 153 EXT4 = '\x84' # ditto, but 4-byte index 764 write(EXT4 + pack("<i", code)) [all...] |
/device/lge/hammerhead/ |
init.hammerhead.rc | 227 mount ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system ro barrier=1
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 36 private static final String FS_EXT4 = "ext4";
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_app_sorting_unittest.cc | 513 // |ext4|. [all...] |
/system/core/fastboot/ |
fastboot.c | 613 * erase partitions of type ext4 before flashing a filesystem so no stale
|