Home
last modified time | relevance | path

Searched refs:CheckPath (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.cpp323 PathType CheckPath(const std::string &path) in CheckPath() function
349 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()
Dnnrt_utils.h88 PathType CheckPath(const std::string &path);
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.cpp323 PathType CheckPath(const std::string &path) in CheckPath() function
349 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()
Dnnrt_utils.h88 PathType CheckPath(const std::string &path);
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiCompilationTest.cpp41 ASSERT_TRUE(CheckPath(CACHE_PATH) == PathType::FILE); in GenCacheFile()
42 ASSERT_TRUE(CheckPath(CACHE_INFO_PATH) == PathType::FILE); in GenCacheFile()
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp359 PathType CheckPath(const std::string &path) in CheckPath() function
385 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()
Dnncore_utils.h163 PathType CheckPath(const std::string &path);
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DCompileTest.cpp54 ASSERT_TRUE(CheckPath(CACHE_PATH) == PathType::FILE); in GenCacheFile()
55 ASSERT_TRUE(CheckPath(CACHE_INFO_PATH) == PathType::FILE); in GenCacheFile()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DCompileTest.cpp54 ASSERT_TRUE(CheckPath(CACHE_PATH) == PathType::FILE); in GenCacheFile()
55 ASSERT_TRUE(CheckPath(CACHE_INFO_PATH) == PathType::FILE); in GenCacheFile()