Home
last modified time | relevance | path

Searched refs:traceFilePath (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/query/
Dquery_file_test.cpp46 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable
62 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable
78 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable
94 std::string traceFilePath = "../../test/resource/trace_small_10.systrace"; variable
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp262 bool SetFileSize(const std::string &traceFilePath) in SetFileSize() argument
264 if (traceFilePath.empty()) { in SetFileSize()
269 stat(traceFilePath.c_str(), &statBuff); in SetFileSize()
273 int OpenAndParserFile(TraceStreamerSelector &ts, const std::string &traceFilePath) in OpenAndParserFile() argument
275 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; member
370 if (((traceExportOption.traceFilePath.empty() && traceExportOption.longTraceDir.empty()) || in CheckFinal()
[all …]