Home
last modified time | relevance | path

Searched defs:pathName (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Ddebug.cpp22 char pathName[BUF_SIZE_DEFAULT]; in WriteHexToDebugFile() local
50 char pathName[BUF_SIZE_DEFAULT]; in ReadHexFromDebugFile() local
Dbase.cpp643 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile()
711 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts154 const pathName: string = projectConfig.cachePath !== undefined ? constant
/developtools/profiler/host/smartperf/client/client_command/
DByTrace.cpp71 std::string pathName = std::to_string(curTime); in CheckFpsJitters() local