/device/google/dragon/recovery/updater/ |
D | flash_file.cpp | 45 dev->info.st_size = param->data.size(); in file_blob_open() 74 dev->data = static_cast<uint8_t*>(mmap(NULL, dev->info.st_size, PROT_READ | PROT_WRITE, in file_open() 82 (long long)dev->info.st_size, (long)dev->info.st_blksize); in file_open() 99 munmap(dev->data, dev->info.st_size); in file_close() 109 if (offset + (off_t)count > dev->info.st_size) { in file_read() 111 offset, count, (long long)dev->info.st_size); in file_read() 124 if (offset + (off_t)count > dev->info.st_size) { in file_write() 126 offset, count, (long long)dev->info.st_size); in file_write() 139 if (offset + (off_t)count > dev->info.st_size) { in file_erase() 141 offset, count, (long long)dev->info.st_size); in file_erase() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | linecache.py | 68 if size != stat.st_size or mtime != stat.st_mtime: 137 size, mtime = stat.st_size, stat.st_mtime
|
D | genericpath.py | 57 return os.stat(filename).st_size
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | linecache.py | 64 if size != stat.st_size or mtime != stat.st_mtime: 133 size, mtime = stat.st_size, stat.st_mtime
|
D | whichdb.py | 59 size = os.stat(filename + os.extsep + "dir").st_size
|
D | genericpath.py | 49 return os.stat(filename).st_size
|
D | filecmp.py | 60 st.st_size,
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 224 buffer = calloc(tot_len(buf.st_size), 1); in main() 225 if (length == 0 || length > buf.st_size) in main() 226 length = buf.st_size; in main()
|
/device/linaro/hikey/installer/hikey960/ |
D | mkdtimg | 58 write32(output, statval.st_size) 115 dtb_size = stat(out_dtb).st_size
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_aifc.py | 83 os.stat(TESTFN).st_size, 84 os.stat(self.sndfilepath).st_size*0.75,
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | raw.c | 33 f = st.st_size / 4; in read_raw()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pysource.py | 35 size = os.stat(fullpath).st_size
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | stat.h | 55 off_t st_size; ///< file size, in bytes member
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | elf32.h | 199 Elf32_Word st_size; /* Size of associated object. */ member
|
D | elf64.h | 208 Elf64_Xword st_size; /* Size of associated object. */ member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | elf32.h | 199 Elf32_Word st_size; /* Size of associated object. */ member
|
D | elf64.h | 208 Elf64_Xword st_size; /* Size of associated object. */ member
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/ |
D | fip_create.c | 188 file_info_entry->size = (unsigned int)file_status.st_size; in add_file_info_entry() 423 fip_size = (int)st.st_size; in parse_fip()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fseeko.c | 191 target = st.st_size + offset; in __weak_alias()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 436 Buffer->st_size = (off_t)Stream->NumRead; in da_ConStat() 444 Buffer->st_size = (off_t)Stream->NumWritten; in da_ConStat()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 166 off_t st_size; /* file size, in bytes */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | minigzip.c | 144 buf_len = sb.st_size;
|
/device/linaro/hikey/installer/hikey/ |
D | hisi-idt.py | 99 return st.st_size
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/ |
D | generate_image.c | 331 InputImageFileSize = FileStat.st_size; in ConstructImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | CommonLib.c | 569 return stat_buf.st_size; in _filelength()
|