Home
last modified time | relevance | path

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

/external/crosvm/disk/src/qcow/
Dqcow_raw_file.rs117 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.cc261 int file_end, query_end; in ParsePath() local
789 int file_end = path.end(); in DoExtractFileName() local
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c471 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
/external/rust/crates/zip/src/
Dwrite.rs446 let file_end = writer.stream_position()?; in finish_file() localVariable
/external/musl/android/
Drelinterp.c455 const size_t file_end = phdr[i].p_vaddr + phdr[i].p_filesz; in load_interp() local
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1004 int file_end = inode->data / block_size; in write_file() local
/external/mesa3d/src/amd/vulkan/
Dradv_rra.c1577 uint64_t file_end = (uint64_t)ftell(file); in radv_rra_dump_trace() local
/external/libpng/contrib/tools/
Dpngfix.c970 file_end(struct file *file) in file_end() function