Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 8 of 8) sorted by relevance

/developtools/hdc/src/common/
Ddebug.cpp22 char pathName[BUF_SIZE_DEFAULT]; in WriteHexToDebugFile() local
23 …if (snprintf_s(pathName, sizeof(pathName), sizeof(pathName) - 1, "/mnt/hgfs/vtmp/%s", fileName) < … in WriteHexToDebugFile()
26 string srcPath = pathName; in WriteHexToDebugFile()
30 … if (snprintf_s(pathName, sizeof(pathName), sizeof(pathName) - 1, "/tmp/%s", fileName) < 0) { in WriteHexToDebugFile()
31 WRITE_LOG(LOG_DEBUG, "Write hex to %s failed!", pathName); in WriteHexToDebugFile()
35 srcPath = pathName; in WriteHexToDebugFile()
38 WRITE_LOG(LOG_DEBUG, "Write hex to %s failed!", pathName); in WriteHexToDebugFile()
50 char pathName[BUF_SIZE_DEFAULT]; in ReadHexFromDebugFile() local
51 …if (snprintf_s(pathName, sizeof(pathName), sizeof(pathName) - 1, "/mnt/hgfs/vtmp/%s", fileName) < … in ReadHexFromDebugFile()
54 FILE *fp = fopen(pathName, "r"); in ReadHexFromDebugFile()
[all …]
Dbase.h57 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen);
58 …int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile = fal…
Dbase.cpp690 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile() argument
695 int ret = uv_fs_stat(nullptr, &req, pathName, nullptr); in ReadBinFile()
700 WRITE_LOG(LOG_FATAL, "ReadBinFile uv_fs_stat %s error %s", pathName, buffer); in ReadBinFile()
722 string srcPath(pathName); in ReadBinFile()
758 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile() argument
761 string srcPath(pathName); in WriteBinFile()
/developtools/profiler/host/smartperf/client/client_command/
DByTrace.cpp41 void ByTrace::ThreadFinishTrace(const std::string &pathName) const in ThreadFinishTrace()
48 sstream << pathName << ".ftrace"; in ThreadFinishTrace()
71 std::string pathName = std::to_string(curTime); in CheckFpsJitters() local
72 std::thread tFinish(&ByTrace::ThreadFinishTrace, this, std::ref(pathName)); in CheckFpsJitters()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts182 const pathName: string = projectConfig.cachePath !== undefined ? constant
184 mkdirsSync(path.dirname(pathName));
186 validateFilePathLength(pathName, logger);
187 return pathName;
/developtools/profiler/host/smartperf/client/client_command/include/
DByTrace.h34 void ThreadFinishTrace(const std::string &pathName) const;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts558 let pathName: string = process.env.cachePath !== undefined ?
560 validateFilePathLength(pathName, logger);
561 return pathName;
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js657 let pathName = process.env.cachePath !== undefined ?
659 validateFilePathLength(pathName);
661 return pathName;