Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc138 auto sparse = sparse_file_import(fd, /* verbose */ false, /* crc */ false); in UnsparsedSize() local
140 sparse ? sparse_file_len(sparse, false, true) : cuttlefish::FileSize(file_path); in UnsparsedSize()
327 auto sparse = sparse_file_import(fd, /* verbose */ false, /* crc */ false); in DeAndroidSparse() local
328 if (!sparse) { in DeAndroidSparse()
339 int write_status = sparse_file_write(sparse, write_fd, /* gz */ false, in DeAndroidSparse()
351 sparse_file_destroy(sparse); in DeAndroidSparse()
/device/generic/goldfish/tools/
DREADME.md41 * Output in sparse format
/device/linaro/dragonboard/qcom/qrtr/
DMakefile69 @sparse $< $(patsubst -iquote=%,-I%,$(CFLAGS)) $(SFLAGS)