Home
last modified time | relevance | path

Searched refs:DeleteFile (Results 1 – 13 of 13) sorted by relevance

/test/xts/device_attest_lite/services/core/include/utils/
Dattest_utils_file.h38 bool DeleteFile(const char* path, const char* fileName);
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h89 bool DeleteFile(const std::string &path);
Dnnrt_utils.cpp343 bool DeleteFile(const std::string &path) in DeleteFile() function
419 DeleteFile(i); in DeleteFolder()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h89 bool DeleteFile(const std::string &path);
Dnnrt_utils.cpp343 bool DeleteFile(const std::string &path) in DeleteFile() function
419 DeleteFile(i); in DeleteFolder()
/test/xts/device_attest_lite/services/core/mini/utils/
Dattest_utils_file_detail.c161 bool DeleteFile(const char* path, const char* fileName) in DeleteFile() function
/test/xts/device_attest_lite/services/core/small/utils/
Dattest_utils_file_detail.c240 bool DeleteFile(const char* path, const char* fileName) in DeleteFile() function
/test/ostest/wukong/common/include/
Dwukong_util.h215 bool DeleteFile(std::string targetDir);
/test/xts/acts/ai/nncore/common/
Dnncore_utils.h164 bool DeleteFile(const std::string &path);
Dnncore_utils.cpp379 bool DeleteFile(const std::string &path) in DeleteFile() function
455 DeleteFile(i); in DeleteFolder()
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiCompilationTest.cpp212 DeleteFile(SUPPORTMODELPATH);
/test/ostest/wukong/report/src/
Dreport.cpp156 WuKongUtil::GetInstance()->DeleteFile(targetDir_); in EnvInit()
/test/ostest/wukong/common/src/
Dwukong_util.cpp613 bool WuKongUtil::DeleteFile(std::string targetDir) in DeleteFile() function in OHOS::WuKong::WuKongUtil