Searched refs:g_folderPath (Results 1 – 3 of 3) sorted by relevance
354 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()362 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()607 RemoveDir(g_folderPath); in CloseDevice()615 RemoveDir(g_folderPath); in CloseDevice()621 remove((g_folderPath + it).c_str()); in CloseDevice()622 if (BrowseDirectory(g_folderPath).empty()) { in CloseDevice()623 RemoveDir(g_folderPath); in CloseDevice()639 if (!IsFileExists(g_folderPath)) { in CheckCommand()640 mkdir(g_folderPath.c_str(), FILE_POWER); in CheckCommand()722 std::vector<std::string> deviceList = BrowseDirectory(g_folderPath); in ListOption()[all …]
67 const std::string g_folderPath = "/data/symbol/"; variable
344 symbolFileTest.append(g_folderPath).append("1111111").append("_").append("testDevice");