Searched refs:CheckPath (Results 1 – 9 of 9) sorted by relevance
323 PathType CheckPath(const std::string &path) in CheckPath() function349 if (CheckPath(path) == PathType::NOT_FOUND) { in DeleteFile()435 PathType ret = CheckPath(path.substr(0, i)); in CreateFolder()449 return CheckPath(path) == PathType::DIR; in CreateFolder()
88 PathType CheckPath(const std::string &path);
41 ASSERT_TRUE(CheckPath(CACHE_PATH) == PathType::FILE); in GenCacheFile()42 ASSERT_TRUE(CheckPath(CACHE_INFO_PATH) == PathType::FILE); in GenCacheFile()
359 PathType CheckPath(const std::string &path) in CheckPath() function385 if (CheckPath(path) == PathType::NOT_FOUND) { in DeleteFile()471 PathType ret = CheckPath(path.substr(0, i)); in CreateFolder()485 return CheckPath(path) == PathType::DIR; in CreateFolder()
163 PathType CheckPath(const std::string &path);
54 ASSERT_TRUE(CheckPath(CACHE_PATH) == PathType::FILE); in GenCacheFile()55 ASSERT_TRUE(CheckPath(CACHE_INFO_PATH) == PathType::FILE); in GenCacheFile()