Home
last modified time | relevance | path

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

/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-7.0/llvm/include/llvm/Support/
DFileSystem.h246 explicit file_status(file_type Type) : basic_file_status(Type) {} in file_status() function
249 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