OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROOTFS_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py
11
ROOTFS_SIZE
= 2 * 1024 * 1024 * 1024
83
if psize !=
ROOTFS_SIZE
:
85
(p, psize,
ROOTFS_SIZE
))
/external/vboot_reference/tests/
run_cgpt_tests.sh
56
ROOTFS_SIZE
=40
85
$CGPT add $MTD -b ${ROOTFS_START} -s ${
ROOTFS_SIZE
} -t ${ROOTFS_GUID} \
107
[ "$X $Y" = "$ROOTFS_START $
ROOTFS_SIZE
" ] || error
Completed in 241 milliseconds