Lines Matching refs:g_folderPath
373 if (remove((g_folderPath + fileName).c_str()) != 0) {
381 if (remove((g_folderPath + fileName).c_str()) != 0) {
613 symbolFile.append(g_folderPath).append(g_pid).append("_").append(startDeviceName);
627 RemoveDir(g_folderPath);
635 RemoveDir(g_folderPath);
641 remove((g_folderPath + it).c_str());
642 if (BrowseDirectory(g_folderPath).empty()) {
643 RemoveDir(g_folderPath);
659 if (!IsFileExists(g_folderPath)) {
660 mkdir(g_folderPath.c_str(), FILE_POWER);
742 std::vector<std::string> deviceList = BrowseDirectory(g_folderPath);
776 std::vector<std::string> deviceList = BrowseDirectory(g_folderPath);