Home
last modified time | relevance | path

Searched refs:LSeek (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp155 off_t farthest_seek = fd->LSeek(0, SEEK_END); in SparseFileSizes()
164 off_t new_offset = fd->LSeek(offset, SEEK_HOLE); in SparseFileSizes()
180 new_offset = fd->LSeek(offset, SEEK_DATA); in SparseFileSizes()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.cc42 auto off = source->LSeek(offset, SEEK_SET); in ExtractFile()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h290 off_t LSeek(off_t offset, int whence) { in LSeek() function
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc472 auto seek_result = filelist_fd->LSeek(0, SEEK_SET); in FetchCvdMain()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc356 followup_stdin->LSeek(0, SEEK_SET); in ServerLoop()