Home
last modified time | relevance | path

Searched defs:resolvedPath (Results 1 – 21 of 21) sorted by relevance

/developtools/hiperf/src/
Dutilities.cpp65 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
155 std::string resolvedPath = CanonicalizeSpecPath(tempFile.c_str()); in StdoutRecord() local
177 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Start() local
312 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in ReadFileToString() local
377 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in CompressFile() local
417 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in UncompressFile() local
Ddebug_logger.cpp258 std::string resolvedPath = CanonicalizeSpecPath(tempLogPath.c_str()); in OpenLog() local
265 std::string resolvedPath = CanonicalizeSpecPath(logPath_.c_str()); in OpenLog() local
Dreport_protobuf_file.cpp76 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Create() local
252 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Dump() local
Dsubcommand_dump.cpp358 std::string resolvedPath = CanonicalizeSpecPath(userRegs.c_str()); in ExprotUserStack() local
385 std::string resolvedPath = CanonicalizeSpecPath(userData.c_str()); in ExprotUserData() local
Dsubcommand_report.cpp544 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput() local
Dperf_file_reader.cpp36 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
Delf_file.cpp26 std::string resolvedPath = CanonicalizeSpecPath(filename.c_str()); in ElfFile() local
Dperf_file_writer.cpp51 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Open() local
Dsymbols_file.cpp516 std::string resolvedPath = CanonicalizeSpecPath(loadElfPath.c_str()); in LoadFileToMemory() local
/developtools/bytrace/bin/src/
Dbytrace_cmd.cpp185 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
216 string resolvedPath = CanonicalizeSpecPath((g_traceRootPath + filename).c_str()); in ReadFile() local
660 string resolvedPath = CanonicalizeSpecPath((g_traceRootPath + path).c_str()); in DumpTrace() local
687 string resolvedPath = CanonicalizeSpecPath((g_traceRootPath + TRACE_MARKER_PATH).c_str()); in MarkOthersClockSync() local
976 string resolvedPath = CanonicalizeSpecPath(g_outputFile.c_str()); in main() local
/developtools/hdc/src/common/
Ddebug.cpp27 string resolvedPath = Base::CanonicalizeSpecPath(srcPath); in WriteHexToDebugFile() local
Dtransfer.cpp529 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename() local
Dbase.cpp676 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() local
713 string resolvedPath; in WriteBinFile() local
1338 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
Dforward.cpp378 string resolvedPath = Base::CanonicalizeSpecPath(sNodeCfg); in SetupDevicePoint() local
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
DPerfFile_fuzzer.cpp29 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Ddebug_logger.cpp259 std::string resolvedPath = CanonicalizeSpecPath(tempLogPath.c_str()); in OpenLog() local
266 std::string resolvedPath = CanonicalizeSpecPath(logPath_.c_str()); in OpenLog() local
Dutilities.cpp44 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
132 std::string resolvedPath = CanonicalizeSpecPath(tempFile.c_str()); in StdoutRecord() local
154 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Start() local
289 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in ReadFileToString() local
Delf_file.cpp27 std::string resolvedPath = CanonicalizeSpecPath(filename.c_str()); in ElfFile() local
Dperf_file_reader.cpp36 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
Dsymbols_file.cpp513 std::string resolvedPath = CanonicalizeSpecPath(loadElfPath.c_str()); in LoadFileToMemory() local
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp683 std::string resolvedPath = CanonicalizeSpecPath(TEST_FILE_ELF_FULL_PATH.c_str()); variable