Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp939 file_status FileStatus; in is_other() local
940 if (std::error_code EC = status(Path, FileStatus)) in is_other()
942 Result = is_other(FileStatus); in is_other()