ΒΆbool equivalent(llvm::sys::fs::file_status A,
                llvm::sys::fs::file_status B)

Description

Do file_status's represent the same thing? assert(status_known(A) || status_known(B));

Declared at: llvm/include/llvm/Support/FileSystem.h:247

Parameters

llvm::sys::fs::file_status A
Input file_status.
llvm::sys::fs::file_status B
Input file_status.

Returns

True if A and B both represent the same file system entity, false otherwise.