| /system/core/libutils/ |
| D | SharedBuffer.cpp | 37 SharedBuffer* sb = static_cast<SharedBuffer *>(malloc(sizeof(SharedBuffer) + size)); in alloc() local 58 SharedBuffer* sb = alloc(mSize); in edit() local 82 SharedBuffer* sb = alloc(newSize); in editResize() local 102 SharedBuffer* sb = alloc(new_size); in reset() local
|
| D | VectorImpl.cpp | 89 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 413 SharedBuffer* sb = cur_sb->editResize(new_alloc_size); in _grow() local 420 SharedBuffer* sb = SharedBuffer::alloc(new_alloc_size); in _grow() local 480 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize); in _shrink() local 487 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); in _shrink() local
|
| D | BasicHashtable.cpp | 84 SharedBuffer* sb = SharedBuffer::bufferFromData(mBuckets); in clear() local 247 SharedBuffer* sb = SharedBuffer::alloc(bytes); in allocateBuckets() local 259 SharedBuffer* sb = SharedBuffer::bufferFromData(buckets); in releaseBuckets() local
|
| /system/extras/tests/fstest/ |
| D | recovery_test.cpp | 80 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) { in getSuperBlock() 101 struct ext4_super_block sb; in setSbErrorBit() local 131 struct ext4_super_block sb; in corruptGdtFreeBlock() local 315 struct ext4_super_block sb; in TEST_F() local
|
| /system/extras/ext4_utils/ |
| D | ext4_utils.c | 140 void read_sb(int fd, struct ext4_super_block *sb) in read_sb() 156 void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb) in write_sb() 235 struct ext4_super_block *sb = aux_info.sb; in ext4_fill_in_sb() local 362 void ext4_parse_sb_info(struct ext4_super_block *sb) in ext4_parse_sb_info() 554 struct ext4_super_block sb; in read_ext() local
|
| D | ext4_sb.c | 21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info) in ext4_parse_sb()
|
| D | ext4.h | 362 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & EXT4_MOUNT_##opt) argument 453 #define EXT4_SB(sb) (sb) argument 471 #define EXT4_HAS_COMPAT_FEATURE(sb,mask) ((EXT4_SB(sb)->s_es->s_feature_compat & cpu_to_le32(mask… argument 472 #define EXT4_HAS_RO_COMPAT_FEATURE(sb,mask) ((EXT4_SB(sb)->s_es->s_feature_ro_compat & cpu_to_le3… argument 473 #define EXT4_HAS_INCOMPAT_FEATURE(sb,mask) ((EXT4_SB(sb)->s_es->s_feature_incompat & cpu_to_le32(… argument 474 #define EXT4_SET_COMPAT_FEATURE(sb,mask) EXT4_SB(sb)->s_es->s_feature_compat |= cpu_to_le32(mask) argument 475 #define EXT4_SET_RO_COMPAT_FEATURE(sb,mask) EXT4_SB(sb)->s_es->s_feature_ro_compat |= cpu_to_le32… argument 476 #define EXT4_SET_INCOMPAT_FEATURE(sb,mask) EXT4_SB(sb)->s_es->s_feature_incompat |= cpu_to_le32(m… argument 477 #define EXT4_CLEAR_COMPAT_FEATURE(sb,mask) EXT4_SB(sb)->s_es->s_feature_compat &= ~cpu_to_le32(ma… argument 478 #define EXT4_CLEAR_RO_COMPAT_FEATURE(sb,mask) EXT4_SB(sb)->s_es->s_feature_ro_compat &= ~cpu_to_l… argument [all …]
|
| D | ext4fixup.c | 120 struct ext4_super_block sb; in set_fs_fixup_state() local 267 struct ext4_super_block sb; in update_superblocks_and_bg_desc() local
|
| D | ext4_utils.h | 101 struct ext4_super_block *sb; member
|
| /system/core/libcutils/ |
| D | fs.c | 42 struct stat sb; in fs_prepare_dir() local 156 struct stat sb; in fs_mkdirs() local
|
| /system/extras/squashfs_utils/ |
| D | squashfs_utils.c | 32 struct squashfs_super_block sb; in squashfs_parse_sb() local
|
| /system/extras/f2fs_utils/ |
| D | f2fs_sparseblock.c | 33 static void dbg_print_raw_sb_info(struct f2fs_super_block *sb) in dbg_print_raw_sb_info() 186 static int read_f2fs_sb(int fd, struct f2fs_super_block *sb) in read_f2fs_sb() 205 struct f2fs_super_block sb; in get_f2fs_filesystem_size_sec() local 259 int get_valid_checkpoint_info(int fd, struct f2fs_super_block *sb, struct f2fs_checkpoint **cp, st… in get_valid_checkpoint_info() 381 struct f2fs_super_block *sb = NULL; in generate_f2fs_info() local
|
| /system/vold/ |
| D | VolumeManager.cpp | 96 static int writeSuperBlock(const char* name, struct asec_superblock *sb, unsigned int numImgSectors… in writeSuperBlock() 523 struct stat sb; in remountUid() local 772 struct asec_superblock sb; in createAsec() local 992 struct asec_superblock sb; in resizeAsec() local 1135 struct asec_superblock sb; in finalizeAsec() local 1200 struct asec_superblock sb; in fixupAsecPermissions() local 1583 struct stat sb; in isAsecInDirectory() local 1675 struct asec_superblock sb; in mountAsec() local
|
| D | Loop.cpp | 300 int Loop::lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned long *nr_sec) { in lookupInfo()
|
| D | Utils.cpp | 433 struct statvfs sb; in GetFreeBytes() local 555 struct stat sb; in GetDevice() local
|
| /system/core/adb/ |
| D | adb_utils.cpp | 41 struct stat sb; in directory_exists() local
|
| D | set_verity_enable_state_service.cpp | 48 struct ext4_super_block sb; in get_target_device_size() local
|
| D | commandline.cpp | 1544 struct stat sb; in install_app() local 1595 struct stat sb; in install_multiple_app() local
|
| /system/bt/embdrv/sbc/decoder/srce/ |
| D | bitalloc.c | 138 OI_UINT sb; in computeBitneed() local 349 OI_UINT sb; in oneChannelBitAllocation() local
|
| /system/core/base/ |
| D | file_test.cpp | 61 struct stat sb; in TEST() local
|
| /system/core/toolbox/upstream-netbsd/bin/dd/ |
| D | dd.c | 287 struct stat sb; in getfdtype() local
|
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| D | util.c | 191 struct stat sb; in procfile() local
|
| /system/core/init/ |
| D | property_service.cpp | 463 struct stat sb; in load_persistent_properties() local
|
| D | util.cpp | 162 struct stat sb; in read_file() local
|
| /system/core/fs_mgr/ |
| D | fs_mgr.c | 390 struct ext4_super_block *sb; in translate_ext_labels() local
|