Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:curpath

443   SmallString<128> CurPath;
444 if (sys::fs::current_path(CurPath)) return FName;
445 sys::path::append(CurPath, FName);
446 return CurPath.str();