/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | types_windows.go | 18 type fileStat struct { struct 19 name string 22 FileAttributes uint32 23 CreationTime syscall.Filetime 24 LastAccessTime syscall.Filetime 25 LastWriteTime syscall.Filetime 26 FileSizeHigh uint32 27 FileSizeLow uint32 30 ReparseTag uint32 33 filetype uint32 [all …]
|
D | types_unix.go | 15 type fileStat struct { struct 16 name string 17 size int64 18 mode FileMode 19 modTime time.Time 20 sys syscall.Stat_t 23 func (fs *fileStat) Size() int64 { return fs.size } 24 func (fs *fileStat) Mode() FileMode { return fs.mode } 25 func (fs *fileStat) ModTime() time.Time { return fs.modTime } 26 func (fs *fileStat) Sys() any { return &fs.sys } [all …]
|
D | types_plan9.go | 13 type fileStat struct { struct 14 name string 15 size int64 16 mode FileMode 17 modTime time.Time 18 sys any 21 func (fs *fileStat) Size() int64 { return fs.size } 22 func (fs *fileStat) Mode() FileMode { return fs.mode } 23 func (fs *fileStat) ModTime() time.Time { return fs.modTime } 24 func (fs *fileStat) Sys() any { return fs.sys } [all …]
|
D | stat_js.go | 15 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_dragonfly.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_freebsd.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_linux.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_wasip1.go | 15 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_darwin.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_openbsd.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_netbsd.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_aix.go | 13 func fillFileStatFromSys(fs *fileStat, name string) {
|
D | stat_solaris.go | 21 func fillFileStatFromSys(fs *fileStat, name string) {
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | FileFinder.cpp | 25 struct stat fileStat; in isDirectory() local 35 struct stat fileStat; in isFile() local
|
/aosp_15_r20/system/core/libmodprobe/ |
H A D | libmodprobe_ext.cpp | 87 struct stat fileStat {}; in ModuleExists() struct
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 35 struct stat fileStat; in trigger_fstat_events() local
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | RecordedTransaction.cpp | 183 struct stat fileStat; in fromFile() local
|
/aosp_15_r20/system/core/init/ |
H A D | first_stage_init.cpp | 202 struct stat fileStat {}; in GetModuleLoadList() struct
|
/aosp_15_r20/frameworks/base/cmds/incidentd/src/ |
H A D | Section.cpp | 754 struct stat fileStat; in BlockingCall() local
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/common/src/ |
H A D | EngineBase.cpp | 148 struct stat fileStat; in loadAudioPolicyEngineConfig() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.cpp | 48 struct stat fileStat; in fileExists() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | main.cpp | 217 mz_zip_archive_file_stat fileStat; in extract_suite() local
|
/aosp_15_r20/external/armnn/third-party/ghc/ |
H A D | filesystem.hpp | 3488 struct ::stat fileStat; in create_directory() local 3697 struct ::stat fileStat; in file_size() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 6606 struct stat fileStat; in getLastModifiedTimestamp() local
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 7365 static int fileStat( in fileStat() function
|