Searched refs:rawFilePath (Results 1 – 1 of 1) sorted by relevance
232 string rawFilePath = FileEntry::FilePath(outputPath_).Append(it->relativePath).GetPath(); in DeleteRawFile() local233 if (remove(rawFilePath.c_str()) != 0) { in DeleteRawFile()234 cout << "Warning: remove fail '" << rawFilePath << "'" << endl; in DeleteRawFile()