Searched refs:traceFilePath (Results 1 – 2 of 2) sorted by relevance
46 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable62 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable78 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable94 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable
262 bool SetFileSize(const std::string &traceFilePath) in SetFileSize() argument264 if (traceFilePath.empty()) { in SetFileSize()269 stat(traceFilePath.c_str(), &statBuff); in SetFileSize()273 int OpenAndParserFile(TraceStreamerSelector &ts, const std::string &traceFilePath) in OpenAndParserFile() argument275 if (!SetFileSize(traceFilePath)) { in OpenAndParserFile()278 int fd(OpenFile(traceFilePath, O_RDONLY, G_FILE_PERMISSION)); in OpenAndParserFile()280 TS_LOGE("%s does not exist", traceFilePath.c_str()); in OpenAndParserFile()291 std::string fileNameTmp = traceFilePath; in OpenAndParserFile()354 std::string traceFilePath; member370 if (((traceExportOption.traceFilePath.empty() && traceExportOption.longTraceDir.empty()) || in CheckFinal()[all …]