Searched refs:systemVersionFile (Results 1 – 1 of 1) sorted by relevance
2475 SmallString<128> systemVersionFile; in getModuleHash() local2476 systemVersionFile += hsOpts.Sysroot; in getModuleHash()2477 llvm::sys::path::append(systemVersionFile, "System"); in getModuleHash()2478 llvm::sys::path::append(systemVersionFile, "Library"); in getModuleHash()2479 llvm::sys::path::append(systemVersionFile, "CoreServices"); in getModuleHash()2480 llvm::sys::path::append(systemVersionFile, "SystemVersion.plist"); in getModuleHash()2483 llvm::MemoryBuffer::getFile(systemVersionFile); in getModuleHash()2488 if (stat(systemVersionFile.c_str(), &statBuf) == 0) in getModuleHash()