Is the file mounted on a local filesystem?

Synopsis

Declared in <llvm/Support/VirtualFileSystem.h>

virtual
std::error_code
isLocal(
    Twine const& Path,
    bool& Result);

Return Value

A success or error code for the locality query.

Parameters

Name

Description

Path

Path to query.

Result

Set to true if the path is local.

Created with MrDocs