Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc60 auto sparse = sparse_file_import(fd, /* verbose */ false, /* crc */ false); in BpttoolInput() local
261 auto sparse = sparse_file_import(fd, /* verbose */ false, /* crc */ false); in DeAndroidSparse() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py709 def __init__(self, fileobj, offset, size, sparse=None): argument