Searched refs:SIZE (Results 1 – 3 of 3) sorted by relevance
20 SIZE=$224 if [ -z $SIZE ]; then29 MAKE_F2FS_CMD="make_f2fs -l $SIZE $OUTPUT_FILE"
8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]33 SIZE=$5100 if [ -z $SIZE ]; then125 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE $JOURNAL_FLAGS -a $MO…
152 const int SIZE = 128; in readPowerSupplyType() local153 char buf[SIZE]; in readPowerSupplyType()154 int length = readFromFile(path, buf, SIZE); in readPowerSupplyType()186 const int SIZE = 16; in getBooleanField() local187 char buf[SIZE]; in getBooleanField()190 if (readFromFile(path, buf, SIZE) > 0) { in getBooleanField()200 const int SIZE = 128; in getIntField() local201 char buf[SIZE]; in getIntField()204 if (readFromFile(path, buf, SIZE) > 0) { in getIntField()250 const int SIZE = 128; in update() local[all …]