Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dutilities.cpp49 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
139 std::string resolvedPath = CanonicalizeSpecPath(tempFile.c_str()); in StdoutRecord() local
161 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Start() local
296 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in ReadFileToString() local
361 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in CompressFile() local
401 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in UncompressFile() local
451 std::string resolvedPath = CanonicalizeSpecPath(basePath.c_str()); in GetEntriesInDir() local
Dsubcommand_dump.cpp118 std::string resolvedPath = CanonicalizeSpecPath(outputFilename_.c_str()); in PrepareDumpOutput() local
387 std::string resolvedPath = CanonicalizeSpecPath(userRegs.c_str()); in ExprotUserStack() local
414 std::string resolvedPath = CanonicalizeSpecPath(userData.c_str()); in ExprotUserData() 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.cpp75 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Create() local
251 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Dump() local
Dsubcommand_report.cpp559 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput() local
Dperf_file_reader.cpp36 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
Dperf_file_writer.cpp51 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Open() local
Dperf_event_record.cpp190 std::string resolvedPath = CanonicalizeSpecPath(outputFilename.c_str()); in Dump() local
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
DPerfFile_fuzzer.cpp29 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
/developtools/hdc/src/common/
Ddebug.cpp27 string resolvedPath = Base::CanonicalizeSpecPath(srcPath); in WriteHexToDebugFile() local
Dtransfer.cpp552 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename() local
Dbase.cpp768 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() local
805 string resolvedPath; in WriteBinFile() local
1449 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
Dforward.cpp396 string resolvedPath = Base::CanonicalizeSpecPath(sNodeCfg); in SetupDevicePoint() local
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp140 char resolvedPath[PATH_MAX] = { 0 }; local