Searched refs:path_handle (Results 1 – 1 of 1) sorted by relevance
103 std::string path_handle(temp_path); in CreateNotExistDirs() local104 if (!fs->FileExist(path_handle)) { in CreateNotExistDirs()105 if (!fs->CreateDir(path_handle)) { in CreateNotExistDirs()106 MS_LOG(ERROR) << "Create " << path_handle << " dir error"; in CreateNotExistDirs()