Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 6 of 6) 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.h58 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen);
59 …int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile = fal…
Dbase.cpp735 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile() argument
740 int ret = uv_fs_stat(nullptr, &req, pathName, nullptr); in ReadBinFile()
745 WRITE_LOG(LOG_FATAL, "ReadBinFile uv_fs_stat %s error %s", pathName, buffer); in ReadBinFile()
767 string srcPath(pathName); in ReadBinFile()
803 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile() argument
806 string srcPath(pathName); in WriteBinFile()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts192 const pathName: string = projectConfig.cachePath !== undefined ? constant
194 mkdirsSync(path.dirname(pathName));
196 validateFilePathLength(pathName, logger);
197 return pathName;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts660 let pathName: string = process.env.cachePath !== undefined ?
662 validateFilePathLength(pathName, logger);
663 return pathName;
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js657 let pathName = process.env.cachePath !== undefined ?
659 validateFilePathLength(pathName);
661 return pathName;