Searched refs:SIZE (Results 1 - 3 of 3) sorted by relevance

/system/extras/f2fs_utils/
H A Dmkf2fsuserimg.sh8 ${0##*/} OUTPUT_FILE SIZE
20 SIZE=$2
24 if [ -z $SIZE ]; then
29 MAKE_F2FS_CMD="make_f2fs -l $SIZE $OUTPUT_FILE"
/system/extras/ext4_utils/
H A Dmkuserimg.sh8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
33 SIZE=$5
76 if [ -z $SIZE ]; then
92 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE $JOURNAL_FLAGS -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR"
/system/core/healthd/
H A DBatteryMonitor.cpp124 const int SIZE = 128; local
125 char buf[SIZE];
126 int length = readFromFile(path, buf, SIZE);
152 const int SIZE = 16; local
153 char buf[SIZE];
156 if (readFromFile(path, buf, SIZE) > 0) {
166 const int SIZE = 128; local
167 char buf[SIZE];
170 if (readFromFile(path, buf, SIZE) > 0) {
199 const int SIZE local
[all...]

Completed in 97 milliseconds