Searched refs:snapshotPath (Results 1 – 1 of 1) sorted by relevance
541 …std::string snapshotPath = FileUtil::IncludeTrailingPathDelimiter(path) + std::string(ptr->d_name); in GetNewestSnapshotPath() local543 if ((stat(snapshotPath.c_str(), &st) == 0) && (st.st_mtime > newestFileTime)) { in GetNewestSnapshotPath()545 latestFilePath = snapshotPath; in GetNewestSnapshotPath()