Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h162 file_status() : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status() function
166 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status() function
170 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, in file_status() function
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c129 struct stat file_status; in FdtPropertyExist() local