Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh20 SIZE=$2
24 if [ -z $SIZE ]; then
29 MAKE_F2FS_CMD="make_f2fs -l $SIZE $OUTPUT_FILE"
/system/extras/ext4_utils/
Dmkuserimg.sh8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
33 SIZE=$5
100 if [ -z $SIZE ]; then
125 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE $JOURNAL_FLAGS -a $MO…
/system/core/healthd/
DBatteryMonitor.cpp152 const int SIZE = 128; in readPowerSupplyType() local
153 char buf[SIZE]; in readPowerSupplyType()
154 int length = readFromFile(path, buf, SIZE); in readPowerSupplyType()
186 const int SIZE = 16; in getBooleanField() local
187 char buf[SIZE]; in getBooleanField()
190 if (readFromFile(path, buf, SIZE) > 0) { in getBooleanField()
200 const int SIZE = 128; in getIntField() local
201 char buf[SIZE]; in getIntField()
204 if (readFromFile(path, buf, SIZE) > 0) { in getIntField()
250 const int SIZE = 128; in update() local
[all …]