Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 16 of 16) sorted by relevance

/external/openscreen/third_party/mozilla/
Durl_parse.cc219 int file_end, query_end; in ParsePath() local
224 file_end = query_end = ref_separator; in ParsePath()
227 file_end = query_end = path_end; in ParsePath()
234 file_end = query_separator; in ParsePath()
241 if (file_end != path.begin) in ParsePath()
242 *filepath = MakeRange(path.begin, file_end); in ParsePath()
614 int file_end = path.end(); in DoExtractFileName() local
617 file_end = i; in DoExtractFileName()
620 *file_name = MakeRange(i + 1, file_end); in DoExtractFileName()
627 *file_name = MakeRange(path.begin, file_end); in DoExtractFileName()
/external/crosvm/disk/src/qcow/
Dqcow_raw_file.rs110 let file_end: u64 = self.file.seek(SeekFrom::End(0))?; in add_cluster_end() localVariable
111 let new_cluster_address: u64 = (file_end + self.cluster_size - 1) & !self.cluster_mask; in add_cluster_end()
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c387 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readpage() local
396 if (index < file_end || squashfs_i(inode)->fragment_block == in squashfs_readpage()
408 bytes = index == file_end ? in squashfs_readpage()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c446 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
613 if (file_end < filesz_offset) in dwfl_segment_report_module()
615 file_end = filesz_offset; in dwfl_segment_report_module()
617 contiguous = file_end; in dwfl_segment_report_module()
/external/rust/crates/ring/crypto/perlasm/
Dx86nasm.pl133 sub ::file_end
Dx86asm.pl257 { &file_end();
Dx86gas.pl165 sub ::file_end
/external/boringssl/src/crypto/perlasm/
Dx86masm.pl125 sub ::file_end
Dx86nasm.pl125 sub ::file_end
Dx86gas.pl165 sub ::file_end
Dx86asm.pl277 { &file_end();
/external/rust/crates/zip/src/
Dwrite.rs295 let file_end = writer.seek(io::SeekFrom::Current(0))?; in finish_file() localVariable
296 file.compressed_size = file_end - self.stats.start; in finish_file()
299 writer.seek(io::SeekFrom::Start(file_end))?; in finish_file()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp353 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); in DoReadMemory() local
362 if (file_start == file_end) in DoReadMemory()
367 if (file_end > file_start + offset) in DoReadMemory()
368 bytes_left = file_end - (file_start + offset); in DoReadMemory()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1003 int file_end = inode->data / block_size; in write_file() local
1036 block->size = i == file_end ? inode->data & (block_size - 1) : in write_file()
/external/libpng/contrib/tools/
Dpngfix.c988 file_end(struct file *file) in file_end() function
3533 return file_end(&control->file); in control_end()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8783 static bool file_end(void *closure, const void *hd, upb_status *status) { in file_end() function
9374 upb_handlers_setendmsg(h, &file_end, NULL); in reghandlers()