Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp123 const sys::FileStatus *FSinfo = path.getFileStatus(false, ErrMsg); in replaceWith() local
124 if (FSinfo) in replaceWith()
125 info = *FSinfo; in replaceWith()