Searched refs:sparse (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 138 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/ |
D | README.md | 41 * Output in sparse format
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | Makefile | 69 @sparse $< $(patsubst -iquote=%,-I%,$(CFLAGS)) $(SFLAGS)
|