Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/common/
Ddebug.cpp22 char pathName[BUF_SIZE_DEFAULT]; in WriteHexToDebugFile() local
50 char pathName[BUF_SIZE_DEFAULT]; in ReadHexFromDebugFile() local
Dbase.cpp632 int ReadBinFile(const char *pathName, void **buf, const int bufLen) in ReadBinFile()
686 int WriteBinFile(const char *pathName, const uint8_t *buf, const int bufLen, bool newFile) in WriteBinFile()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DExportFileChooserDialog.java137 String pathName = exportFilePath + File.separator + exportFileName + Constant.TRACE_SUFFIX; in saveDataToFile() local
DSaveTraceDialog.java146 String pathName = filePath + File.separator + fileName + Constant.TRACE_SUFFIX; in customDialogWrapper() local