Home
last modified time | relevance | path

Searched defs:file_end (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/disk/src/qcow/
Dqcow_raw_file.rs116 let file_end: u64 = self.file.seek(SeekFrom::End(0))?; in add_cluster_end() localVariable
/external/openscreen/third_party/mozilla/
Durl_parse.cc219 int file_end, query_end; in ParsePath() local
614 int file_end = path.end(); in DoExtractFileName() local
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c387 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readpage() local
/external/cronet/url/third_party/mozilla/
Durl_parse.cc246 int file_end, query_end; in ParsePath() local
649 int file_end = path.end(); in DoExtractFileName() local
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c483 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
/external/musl/android/
Drelinterp.c455 const size_t file_end = phdr[i].p_vaddr + phdr[i].p_filesz; in load_interp() local
/external/rust/crates/zip/src/
Dwrite.rs408 let file_end = writer.stream_position()?; in finish_file() localVariable
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1004 int file_end = inode->data / block_size; in write_file() local
/external/libpng/contrib/tools/
Dpngfix.c988 file_end(struct file *file) in file_end() function