Home
last modified time | relevance | path

Searched defs:file_status (Results 1 – 7 of 7) sorted by relevance

/external/zstd/contrib/pzstd/utils/
DFileSystem.h26 typedef struct ::_stat64 file_status; typedef
/external/llvm/include/llvm/Support/
DFileSystem.h168 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/
DFileSystem.h169 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/
DFileSystem.h263 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/
DFileSystem.h243 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/
Dcrossystem_arch.c129 struct stat file_status; in FdtPropertyExist() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Drecording_tpu_driver.cc135 auto file_status = tensorflow::Env::Default()->NewAppendableFile( in RecordingTpuDriver() local