Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h154 struct stat { struct
166 time_t st_ctime; /* time of last file status change */ argument
167 long st_ctimensec; /* nsec of last file status change */ argument
168 off_t st_size; /* file size, in bytes */
169 INT64 st_blocks; /* blocks allocated for file */
170 UINT32 st_blksize; /* optimal blocksize for I/O */
171 UINT32 st_flags; /* user defined flags for file */
172 UINT32 st_gen; /* file generation number */
173 INT32 st_lspare;
174 INT64 st_qspare[2];
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h54 struct stat { struct
55 off_t st_size; ///< file size, in bytes
56 off_t st_physsize; ///< physical space the file consumes
57 off_t st_curpos; ///< current position within the file, or XY coord. for Console
58 dtime_t st_birthtime; ///< time of creation
59 dtime_t st_atime; ///< time of last access
60 dtime_t st_mtime; ///< time of last data modification
61 mode_t st_mode; ///< file attributes
63 blksize_t st_blksize; ///< optimal blocksize for I/O
64 uint32_t st_spare[1];
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSocketStream.cpp99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local
121 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp115 ssize_t stat = qemu_pipe_write(m_sock, (const char *)(buf) + (len - res), res); in writeFully() local
157 ssize_t stat = qemu_pipe_read(m_sock, (char *)(buf) + len - res, res); in readFully() local
DProcessPipe.cpp50 ssize_t stat = 0; in processPipeInitOnce() local
/device/generic/goldfish-opengl/host/include/libOpenglRender/
DIOStream.h75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c310 int stat = ll_loadfunc(L, path, init); in ll_loadlib() local
398 static int checkload (lua_State *L, int stat, const char *filename) { in checkload()
425 int stat; in loadfunc() local
449 int stat; in searcher_Croot() local
Dlauxlib.c207 LUALIB_API int luaL_fileresult (lua_State *L, int stat, const char *fname) { in luaL_fileresult()
234 #define inspectstat(stat,what) \ argument
240 #define inspectstat(stat,what) /* no op */ argument
247 LUALIB_API int luaL_execresult (lua_State *L, int stat) { in luaL_execresult()
Dloslib.c82 int stat = system(cmd); in os_execute() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Dpybench.py359 def stat(self): member in Test
565 def stat(self): member in Benchmark
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py48 def stat(path): function
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c716 UINTN stat; in E100bInit() local
1021 UINTN stat; in E100bTransmit() local
3453 UINT32 stat; in SelectiveReset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpoplib.py192 def stat(self): member in POP3
Dnntplib.py387 def stat(self, id): member in NNTP
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c476 int stat; in _PyThread_CurrentFrames() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c474 int stat; in _PyThread_CurrentFrames() local
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_emmc.c95 uint32_t stat, flags, dma_addr; in uniphier_emmc_send_cmd() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DFSProxy.py161 def stat(self, name): member in FSProxyLocal
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c432 int stat (const char *c, struct stat *s) in stat() function
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c1038 stat (const char *path, struct stat *statbuf) in stat() function
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h319 struct MgmtStatus stat; member
450 struct MgmtStatus stat; member
/device/google/contexthub/firmware/os/core/
Dseos.c866 struct MgmtStatus stat = { .value = 0 }; in osExtAppStopEraseApps() local
940 struct MgmtStatus stat = { .value = 0 }; in osExtAppStartApps() local
DnanohubCommand.c1335 …ppMgmtResponse(struct NanohubHalAppMgmtRx *req, uint32_t status, struct MgmtStatus stat, uint32_t … in halSendAppMgmtResponse()
1359 struct MgmtStatus stat; in halAppMgmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c4549 int stat; in datetime_utctimetuple() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c4549 int stat; in datetime_utctimetuple() local