Home | History | Annotate | Download | only in Serialization

Lines Matching refs:filePath

866   SmallString<128> filePath(Filename);
867 fs::make_absolute(filePath);
871 path::const_iterator fileDirI = path::begin(path::parent_path(filePath)),
872 fileDirE = path::end(path::parent_path(filePath));
875 // Skip the common path components from filePath and OriginalDir.