Searched defs:offs (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | cow_reader.cpp | 234 off_t offs = lseek(fd_.get(), pos, SEEK_SET); in ParseOps() local 254 off_t offs = lseek(fd_.get(), pos, SEEK_SET); in ParseOps() local
|
D | cow_writer.cpp | 677 off_t offs = lseek(fd_.get(), 0, SEEK_CUR); in Finalize() local 709 off_t offs = lseek(fd_.get(), 0, SEEK_CUR); in GetDataPos() local
|
/system/extras/partition_tools/ |
D | lpmake.cc | 205 auto offs = lseek(fd.get(), 0, SEEK_END); in GetFileSize() local
|