Home
last modified time | relevance | path

Searched refs:FSInfo (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp171 const sys::FileStatus *FSInfo = mbr->path.getFileStatus(false, ErrMsg); in addFileBefore() local
172 if (!FSInfo) { in addFileBefore()
176 mbr->info = *FSInfo; in addFileBefore()