Searched refs:shouldStartWithSlash (Results 1 – 2 of 2) sorted by relevance
74 …static std::string GetFileFolderFromPath(const std::string &path, bool shouldStartWithSlash = true…
632 …::string BackupFileUtils::GetFileFolderFromPath(const std::string &path, bool shouldStartWithSlash) in GetFileFolderFromPath() argument640 size_t startPos = MediaFileUtils::StartsWith(path, "/") && !shouldStartWithSlash ? 1 : 0; in GetFileFolderFromPath()