| /system/core/libutils/binder/ |
| D | SharedBuffer.cpp | 37 SharedBuffer* sb = static_cast<SharedBuffer *>(malloc(sizeof(SharedBuffer) + size)); in alloc() local 60 SharedBuffer* sb = alloc(mSize); in edit() local 84 SharedBuffer* sb = alloc(newSize); in editResize() local 104 SharedBuffer* sb = alloc(new_size); in reset() local
|
| D | VectorImpl.cpp | 88 const SharedBuffer* sb = SharedBuffer::bufferFromData(mStorage); in editArrayImpl() local 342 SharedBuffer* sb = SharedBuffer::alloc(new_allocation_size); in setCapacity() local 367 const SharedBuffer* sb = SharedBuffer::bufferFromData(mStorage); in release_storage() local 414 SharedBuffer* sb = cur_sb->editResize(new_alloc_size); in _grow() local 421 SharedBuffer* sb = SharedBuffer::alloc(new_alloc_size); in _grow() local 482 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize); in _shrink() local 489 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); in _shrink() local
|
| /system/extras/squashfs_utils/ |
| D | squashfs_utils.c | 43 const struct squashfs_super_block *sb = in squashfs_parse_sb_buffer() local 63 struct squashfs_super_block sb; in squashfs_parse_sb() local
|
| /system/extras/tests/fstest/ |
| D | recovery_test.cpp | 81 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) { in getSuperBlock() 102 struct ext4_super_block sb; in setSbErrorBit() local 132 struct ext4_super_block sb; in corruptGdtFreeBlock() local 312 struct ext4_super_block sb; in TEST_F() local
|
| /system/extras/ext4_utils/ |
| D | ext4_utils.cpp | 85 void read_sb(int fd, struct ext4_super_block* sb) { in read_sb() 166 void ext4_parse_sb_info(struct ext4_super_block* sb) { in ext4_parse_sb_info() 278 struct ext4_super_block sb; in read_ext() local
|
| D | ext4_sb.cpp | 21 int ext4_parse_sb(struct ext4_super_block* sb, struct fs_info* info) { in ext4_parse_sb()
|
| /system/core/fs_mgr/libvbmeta/ |
| D | utility.cpp | 33 struct stat sb; in GetFileSize() local
|
| /system/extras/f2fs_utils/ |
| D | f2fs_sparseblock.c | 40 static void dbg_print_raw_sb_info(struct f2fs_super_block* sb) { in dbg_print_raw_sb_info() 187 static int read_f2fs_sb(int fd, struct f2fs_super_block* sb) { in read_f2fs_sb() 204 struct f2fs_super_block sb; in get_f2fs_filesystem_size_sec() local 254 int get_valid_checkpoint_info(int fd, struct f2fs_super_block* sb, struct f2fs_checkpoint** cp, in get_valid_checkpoint_info() 373 struct f2fs_super_block* sb = NULL; in generate_f2fs_info() local
|
| /system/extras/pagecache/ |
| D | dumpcache.c | 75 static int store_num_cached(const char* fpath, const struct stat *sb) { in store_num_cached() 110 static int scan_entry(const char *fpath, const struct stat *sb, int typeflag, in scan_entry()
|
| /system/core/libcutils/ |
| D | fs.cpp | 50 struct stat sb; in fs_prepare_path_impl() local 208 struct stat sb; in fs_mkdirs() local
|
| D | ashmem-dev.cpp | 398 struct stat sb; in ashmem_get_size_region() local
|
| /system/sepolicy/tools/sepolicy-analyze/ |
| D | utils.c | 28 struct stat sb; in load_policy() local
|
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 314 static bool read_ext4_superblock(const std::string& blk_device, struct ext4_super_block* sb, in read_ext4_superblock() 347 ext4_super_block sb; in fs_mgr_is_ext4() local 368 const struct ext4_super_block* sb, int* fs_stat) { in tune_quota() 409 const struct ext4_super_block* sb, int* fs_stat) { in tune_reserved_size() 451 const struct ext4_super_block* sb, int* fs_stat) { in tune_encrypt() 496 const struct ext4_super_block* sb, int* fs_stat) { in tune_verity() 533 const struct ext4_super_block* sb, int* fs_stat) { in tune_casefold() 573 const struct ext4_super_block* sb, int* fs_stat) { in tune_metadata_csum() 647 __le32 sb; in fs_mgr_is_f2fs() local 750 struct ext4_super_block sb; in prepare_fs_for_mount() local [all …]
|
| /system/core/fastboot/ |
| D | util.cpp | 106 struct stat sb; in get_file_size() local
|
| /system/extras/ext4_utils/include/ext4_utils/ |
| D | ext4.h | 396 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & EXT4_MOUNT_##opt) argument 487 #define EXT4_SB(sb) (sb) argument 505 #define EXT4_HAS_COMPAT_FEATURE(sb, mask) \ argument 507 #define EXT4_HAS_RO_COMPAT_FEATURE(sb, mask) \ argument 509 #define EXT4_HAS_INCOMPAT_FEATURE(sb, mask) \ argument 511 #define EXT4_SET_COMPAT_FEATURE(sb, mask) EXT4_SB(sb)->s_es->s_feature_compat |= cpu_to_le32(mask) argument 512 #define EXT4_SET_RO_COMPAT_FEATURE(sb, mask) \ argument 514 #define EXT4_SET_INCOMPAT_FEATURE(sb, mask) \ argument 516 #define EXT4_CLEAR_COMPAT_FEATURE(sb, mask) \ argument 518 #define EXT4_CLEAR_RO_COMPAT_FEATURE(sb, mask) \ argument [all …]
|
| /system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/ |
| D | Errors.java | 79 StringBuilder sb = new StringBuilder(); in asString() local
|
| /system/libziparchive/ |
| D | ziptool.cpp | 107 struct stat sb; in MakeDirectoryHierarchy() local 282 struct stat sb; in ExtractOne() local
|
| /system/security/identity/util/src/java/com/android/security/identity/internal/ |
| D | Util.java | 110 StringBuilder sb = new StringBuilder(); in cborPrettyPrint() local 140 public static void cborPrettyPrintDataItem(StringBuilder sb, int indent, DataItem dataItem) { in cborPrettyPrintDataItem() 714 StringBuilder sb = new StringBuilder(); in replaceLine() local 1112 StringBuilder sb = new StringBuilder(); in hexdump() local
|
| /system/core/init/ |
| D | mount_handler.cpp | 115 struct stat sb; in SetMountProperty() local
|
| D | persistent_properties.cpp | 80 struct stat sb; in LoadLegacyPersistentProperties() local
|
| D | util.cpp | 173 struct stat sb; in ReadFile() local 235 struct stat sb; in wait_for_file() local
|
| D | util_test.cpp | 106 struct stat sb; in TEST() local
|
| /system/core/fs_mgr/libfiemap/ |
| D | fiemap_writer.cpp | 173 struct stat sb; in GetBlockDeviceForFile() local 228 struct stat sb; in GetFileSize() local
|
| /system/sepolicy/tools/ |
| D | sepolicy-check.c | 190 struct stat sb; in load_policy() local
|
| /system/gsid/ |
| D | partition_installer.cpp | 124 struct statvfs sb; in PerformSanityChecks() local
|