Home
last modified time | relevance | path

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

/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/dialog/
DGenerateDialogPane.java277 String cfgFilePath = textFieldScriptPath.getText().trim() + "/cfg.json"; in genCommand() local
443 String cfgFilePath = fileUtil.makeFile(textFieldScriptPath.getText().trim() + "/cfg.json"); in writeJsonFile() local