Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance

/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh33 SIZE=$2
38 MKFS_OPTS+=" -S $SIZE"
133 if [ -z $SIZE ]; then
144 TRUNCATE_CMD="truncate -s $SIZE $OUTPUT_FILE"
174 SIZE=$(((MB_SIZE + 6) * 1024 * 1024))
183 MKFS_OPTS+=" -S $SIZE"
/system/core/init/fuzzer/
Dinit_property_fuzzer.cpp37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator
77 case SIZE: in InvokeCheckType()
DREADME.md37 …NG`,<br/> 1.`BOOL`,<br/> 2.`INT`,<br/> 3.`UINT`,<br/> 4.`DOUBLE`,<br/> 5.`SIZE`,<br/>6.`ENUM`,<br/…
/system/security/keystore2/src/
Dlegacy_blob.rs192 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant
193 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_bool()
198 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant
199 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_u32()
204 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant
205 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_i32()
210 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant
211 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_i64()