Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dutilities.cpp54 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
147 std::string resolvedPath = CanonicalizeSpecPath(tempFile.c_str()); in StdoutRecord() local
169 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Start() local
286 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in ReadFileToString() local
301 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in ReadFileToString() local
322 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in WriteStringToFile() local
412 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in CompressFile() local
452 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in UncompressFile() local
502 std::string resolvedPath = CanonicalizeSpecPath(basePath.c_str()); in GetEntriesInDir() local
979 std::string resolvedPath = CanonicalizeSpecPath(filePath.c_str()); in ParseJson() local
Dsubcommand_dump.cpp138 std::string resolvedPath = CanonicalizeSpecPath(outputFilename_.c_str()); in PrepareDumpOutput() local
406 std::string resolvedPath = CanonicalizeSpecPath(userRegs.c_str()); in ExportUserStack() local
437 std::string resolvedPath = CanonicalizeSpecPath(userData.c_str()); in ExportUserData() local
Ddebug_logger.cpp256 std::string resolvedPath = CanonicalizeSpecPath(tempLogPath.c_str()); in OpenLog() local
263 std::string resolvedPath = CanonicalizeSpecPath(logPath_.c_str()); in OpenLog() local
Dreport_protobuf_file.cpp87 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Create() local
263 std::string resolvedPath = CanonicalizeSpecPath(fileName_.c_str()); in Dump() local
Dsubcommand_report.cpp564 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput() local
Dperf_file_reader.cpp39 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
Dperf_file_writer.cpp53 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Open() local
Dsubcommand_stat.cpp1164 std::string resolvedPath = CanonicalizeSpecPath(outputFilename_.c_str()); in CheckOutPutFile() local
Dperf_event_record.cpp145 std::string resolvedPath = CanonicalizeSpecPath(outputFilename.c_str()); in Dump() local
Dperf_events.cpp898 std::string resolvedPath = CanonicalizeSpecPath(idPath.c_str()); in LoadTracepointEventTypesFromSystem() local
/developtools/hdc/src/common/
Dfile.cpp186 bool HdcFile::CheckSandboxSubPath(CtxFile *context, string &resolvedPath) in CheckSandboxSubPath()
219 string resolvedPath = path + Base::GetPathSep(); in IsPathInsideSandbox() local
304 string resolvedPath; in SetMasterParametersOnDaemon() local
460 string resolvedPath; in CheckBundleAndPath() local
Ddebug.cpp27 string resolvedPath = Base::CanonicalizeSpecPath(srcPath); in WriteHexToDebugFile() local
Dbase.cpp1322 string resolvedPath = CanonicalizeSpecPath(srcPath); in ReadBinFile() local
1359 string resolvedPath; in WriteBinFile() local
2042 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
2546 wchar_t resolvedPath[PATH_MAX + 1] = { 0 }; in Fopen() local
Dforward.cpp497 string resolvedPath = Base::CanonicalizeSpecPath(sNodeCfg); in SetupDevicePoint() local
Dtransfer.cpp752 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename() local
/developtools/hdc/test/unittest/common/
Dtransfer_ut.cpp114 string resolvedPath = "test\\path"; variable
290 string resolvedPath = "D:\\test\\path\\libA_v10001.hsp"; variable
Dfile_ut.cpp182 string resolvedPath; variable
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
DPerfFile_fuzzer.cpp29 std::string resolvedPath = CanonicalizeSpecPath(fileName.c_str()); in Instance() local
/developtools/hapsigner/binary_sign_tool/cmd/src/
Dcmd_util.cpp179 char resolvedPath[PATH_MAX + 1] = {0x00}; in GetParentPath() local
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp142 char resolvedPath[PATH_MAX] = { 0 }; local