Searched refs:pathName (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | debug.cpp | 22 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 …]
|
| D | base.h | 58 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…
|
| D | base.cpp | 735 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/ |
| D | utils.ts | 192 const pathName: string = projectConfig.cachePath !== undefined ? constant 194 mkdirsSync(path.dirname(pathName)); 196 validateFilePathLength(pathName, logger); 197 return pathName;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 660 let pathName: string = process.env.cachePath !== undefined ? 662 validateFilePathLength(pathName, logger); 663 return pathName;
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genAbc-plugin.js | 657 let pathName = process.env.cachePath !== undefined ? 659 validateFilePathLength(pathName); 661 return pathName;
|