OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:part_file
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py
63
part_file
= os.path.join('/sys', 'block', device, partition, 'size')
64
part_blocks = int(utils.read_one_line(
part_file
))
/system/update_engine/scripts/
brillo_update_payload
391
local part
part_file
temp_raw filesize
393
part_file
=$(create_tempfile "${part}.img.XXXXXX")
394
CLEANUP_FILES+=("${
part_file
}")
395
unzip -p "${image}" "IMAGES/${part}.img" >"${
part_file
}"
399
local magic=$(head --bytes=4 "${
part_file
}" | hexdump -e '1/1 "%.2x"')
404
simg2img "${
part_file
}" "${temp_raw}"
405
# At this point, we can drop the contents of the old
part_file
file, but
407
true >"${
part_file
}"
408
part_file
="${temp_raw}"
413
filesize=$(stat -c%s "${
part_file
}")
[
all
...]
Completed in 1632 milliseconds