Searched defs:file_status (Results 1 – 7 of 7) sorted by relevance
/external/zstd/contrib/pzstd/utils/ |
D | FileSystem.h | 26 typedef struct ::_stat64 file_status; typedef
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 168 file_status() in file_status() function 173 file_status(file_type Type) in file_status() function 178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 169 file_status() in file_status() function 174 file_status(file_type Type) in file_status() function 179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 263 explicit file_status(file_type Type) : basic_file_status(Type) {} in file_status() function 266 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() function 274 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 243 explicit file_status(file_type Type) : basic_file_status(Type) {} in file_status() function 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() function 254 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() function
|
/external/vboot_reference/host/arch/arm/lib/ |
D | crossystem_arch.c | 129 struct stat file_status; in FdtPropertyExist() local
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | recording_tpu_driver.cc | 135 auto file_status = tensorflow::Env::Default()->NewAppendableFile( in RecordingTpuDriver() local
|