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