Lines Matching refs:g_folderPath
354 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
362 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
593 symbolFile.append(g_folderPath).append(g_pid).append("_").append(startDeviceName); in AddDevice()
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()
756 std::vector<std::string> deviceList = BrowseDirectory(g_folderPath); in CloseOption()