Searched refs:NativeSubPath (Results 1 – 1 of 1) sorted by relevance
626 SmallVector<char, 128> NativeSubPath; in prepareSubDirectoryReports() local627 sys::path::native(SubPath, NativeSubPath); in prepareSubDirectoryReports()628 StringRef NativeSubPathRef(NativeSubPath.data(), NativeSubPath.size()); in prepareSubDirectoryReports()