/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/ubrkperf/ |
H A D | ubrkperf.h | 27 ICUBreakFunction(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUBreakFunction() 63 ICUIsBound(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUIsBound() 90 ICUForward(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUForward()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/ubrkperf/ |
H A D | ubrkperf.h | 27 ICUBreakFunction(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUBreakFunction() 63 ICUIsBound(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUIsBound() 90 ICUForward(const char *locale, const char *mode, const char16_t *file, int32_t file_len) : in ICUForward()
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | mapped_file.cc | 25 size_t file_len = GetLength(); in Preload() local
|
H A D | block_files.cc | 447 size_t file_len = file->GetLength(); in OpenBlockFile() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mlock/ |
H A D | mlock04.c | 34 static int fd = -1, file_len = 40960; variable
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | memory_mapped_file.cc | 88 size_t file_len = static_cast<size_t>(st.st_size); in Map() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | memory_mapped_file_posix.cc | 36 int64_t file_len = file_.GetLength(); in MapFileRegionToMemory() local
|
H A D | memory_mapped_file_win.cc | 110 int64_t file_len = file_.GetLength(); in MapFileRegionToMemory() local
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | memory_mapped_file_posix.cc | 38 int64_t file_len = file_.GetLength(); in MapFileRegionToMemory() local
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | cbfs-lookup-test.c | 953 #define CBFS_LOOKUP_TEST_FAIL_BEYOND_RDEV(name, file_len, lookup_res) \ argument 969 #define CBFS_LOOKUP_TEST_FILE_LENGTH(file_len) \ argument
|
/aosp_15_r20/external/coreboot/tests/include/tests/lib/ |
H A D | cbfs_util.h | 36 #define HEADER_INITIALIZER(ftype, attr_len, file_len) { \ argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/include/mocks/ |
H A D | cbfs_util.h | 35 #define HEADER_INITIALIZER(ftype, attr_len, file_len) { \ argument
|
/aosp_15_r20/external/flashrom/util/ich_descriptors_tool/ |
H A D | ich_descriptors_tool.c | 51 uint32_t file_len; in dump_file() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | stub.rs | 79 pub fn file_len(file: &File) -> io::Result<u64> { in file_len() function
|
D | unix.rs | 426 pub fn file_len(file: RawFd) -> io::Result<u64> { in file_len() function
|
D | windows.rs | 512 pub fn file_len(handle: RawHandle) -> io::Result<u64> { in file_len() function
|
D | lib.rs | 233 let file_len = file_len(desc.0)?; in get_len() localVariable
|
/aosp_15_r20/external/liburing/test/ |
H A D | io_uring_enter.c | 154 off_t file_len; in submit_io() local
|
/aosp_15_r20/system/core/libsparse/ |
H A D | sparse.cpp | 271 int64_t file_len = 0; in move_chunks_up_to_len() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | pcsc_funcs.c | 267 int *ps_do, int *file_len) in scard_parse_fsp_templ()
|
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/ |
D | tests.rs | 292 let file_len = if file_path.exists() { in write() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/ |
D | read.rs | 276 let file_len = try!(reader.read_le_u32()); in read_wave_header() localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/ |
H A D | device.rs | 1005 let file_len = blocks as u64 * block_size as u64; in test_read_blocks() localVariable
|