/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | time_utils.h | 55 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 D | stat_generated.rs | 52 pub fn unpack(&self) -> StatT { in unpack() 162 pub struct StatT { struct 167 impl Default for StatT { implementation 176 impl StatT { implementation
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
H A D | stat_generated.rs | 54 pub fn unpack(&self) -> StatT { in unpack() 181 pub struct StatT { struct 186 impl Default for StatT { argument 195 impl StatT { implementation
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Stat.go | 9 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 D | StatT.java | 10 public class StatT { class 28 public StatT() { in StatT() method in StatT
|
H A D | Stat.cs | 103 public class StatT class 112 public StatT() { in StatT() method in MyGame.Example.StatT
|
H A D | Stat.py | 68 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 D | last_write_time.pass.cpp | 60 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 D | ftw_test.cpp | 130 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 D | stat.ts | 121 export class StatT { class
|
H A D | stat.js | 89 export class StatT { class
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
H A D | last_write_time.pass.cpp | 39 using StatT = struct ::stat; typedef
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_generated.py | 663 class StatT(object): class
|