Home
last modified time | relevance | path

Searched defs:StatT (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dtime_utils.h55 struct StatT { struct
56 unsigned st_mode;
57 TimeSpec st_atim;
58 TimeSpec st_mtim;
59 uint64_t st_dev; // FILE_ID_INFO::VolumeSerialNumber
60 struct FileIdStruct {
68 } st_ino;
69 uint32_t st_nlink;
70 uintmax_t st_size;
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dstat_generated.rs52 pub fn unpack(&self) -> StatT { in unpack()
162 pub struct StatT { struct
167 impl Default for StatT { implementation
176 impl StatT { impl
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstat_generated.rs54 pub fn unpack(&self) -> StatT { in unpack()
181 pub struct StatT { struct
186 impl Default for StatT { argument
195 impl StatT { impl
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.go9 type StatT struct { struct
10 Id string `json:"id"`
11 Val int64 `json:"val"`
12 Count uint16 `json:"count"`
15 func (t *StatT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
25 func (rcv *Stat) UnPackTo(t *StatT) {
H A DStatT.java10 public class StatT { class
28 public StatT() { in StatT() method in StatT
H A DStat.cs103 public class StatT class
112 public StatT() { in StatT() method in MyGame.Example.StatT
H A DStat.py68 class StatT(object): class
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp60 struct StatT { struct
73 static int stat_file(const char *path, StatT *buf, int flags) { in stat_file() argument
98 using StatT = struct stat; typedef
101 using StatT = struct stat; typedef
/aosp_15_r20/bionic/tests/
H A Dftw_test.cpp130 static int bug_28197840_ftw(const char* path, const StatT*, int flag) { in bug_28197840_ftw()
160 static int null_ftw_callback(const char*, const StatT*, int) { in null_ftw_callback()
165 static int null_nftw_callback(const char*, const StatT*, int, FTW*) { in null_nftw_callback()
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstat.ts121 export class StatT { class
H A Dstat.js89 export class StatT { class
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp39 using StatT = struct ::stat; typedef
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py663 class StatT(object): class