Home
last modified time | relevance | path

Searched refs:st_size (Results 1 – 25 of 49) sorted by relevance

12

/device/google/dragon/recovery/updater/
Dflash_file.cpp45 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/
Dlinecache.py68 if size != stat.st_size or mtime != stat.st_mtime:
137 size, mtime = stat.st_size, stat.st_mtime
Dgenericpath.py57 return os.stat(filename).st_size
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlinecache.py64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
Dwhichdb.py59 size = os.stat(filename + os.extsep + "dir").st_size
Dgenericpath.py49 return os.stat(filename).st_size
Dfilecmp.py60 st.st_size,
/device/google/contexthub/util/stm32_flash/
Dflash.c224 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/
Dmkdtimg58 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/
Dtest_aifc.py83 os.stat(TESTFN).st_size,
84 os.stat(self.sndfilepath).st_size*0.75,
/device/google/dragon/audio/hal/dsp/tests/
Draw.c33 f = st.st_size / 4; in read_raw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpysource.py35 size = os.stat(fullpath).st_size
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h55 off_t st_size; ///< file size, in bytes member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h199 Elf32_Word st_size; /* Size of associated object. */ member
Delf64.h208 Elf64_Xword st_size; /* Size of associated object. */ member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf32.h199 Elf32_Word st_size; /* Size of associated object. */ member
Delf64.h208 Elf64_Xword st_size; /* Size of associated object. */ member
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Dfip_create.c188 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/
Dfseeko.c191 target = st.st_size + offset; in __weak_alias()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c436 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/
DOpenSslSupport.h166 off_t st_size; /* file size, in bytes */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dminigzip.c144 buf_len = sb.st_size;
/device/linaro/hikey/installer/hikey/
Dhisi-idt.py99 return st.st_size
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
Dgenerate_image.c331 InputImageFileSize = FileStat.st_size; in ConstructImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DCommonLib.c569 return stat_buf.st_size; in _filelength()

12