Searched refs:DirFromOrErr (Results 1 – 2 of 2) sorted by relevance
522 ErrorOr<SmallString<128>> DirFromOrErr = canonicalizePath(From); in computeArchiveRelativePath() local523 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()527 const SmallString<128> &DirFrom = sys::path::parent_path(*DirFromOrErr); in computeArchiveRelativePath()
543 ErrorOr<SmallString<128>> DirFromOrErr = canonicalizePath(From); in computeArchiveRelativePath() local544 if (!PathToOrErr || !DirFromOrErr) in computeArchiveRelativePath()548 const SmallString<128> &DirFrom = sys::path::parent_path(*DirFromOrErr); in computeArchiveRelativePath()