Searched refs:cppFilePath (Results 1 – 3 of 3) sorted by relevance
| /napi_generator/src/cli/h2dtscpp/src/src/ |
| D | main.js | 32 let cppFilePath = ''; variable 47 cppFilePath = path.join(genDir, './cppout'); 48 createDirectorySync(cppFilePath); 50 main.doGenerate(filePath, testFilePath, tsFilePath, cppFilePath);
|
| /napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/action/ |
| D | SelectCppAction.java | 64 String cppFilePath = textField.getText(); in actionPerformed() local 65 if (cppFilePath.isBlank()) { in actionPerformed() 67 cppFilePath = preferences.get("cppPathRecord", ""); in actionPerformed() 69 JFileChooser fcDlg = new JFileChooser(cppFilePath); in actionPerformed()
|
| /napi_generator/src/cli/h2dtscpp/src/src/tsGen/ |
| D | tsMain.js | 532 async function doGenerate(hFilePath, testFilePath, tsFilePath, cppFilePath) { argument 574 generateCppFile(cppFilePath, hFilePath, funcJson, rootInfo, parseResult); 660 function generateCppFile(cppFilePath, hFilePath, funcJson, rootInfo, parseResult) { argument 662 generateBase(cppFilePath, '', hFilePath); 676 let thisFuncCppFilePath = path.join(cppFilePath, cppFileName + '.cpp'); 691 let initFilePath = path.join(cppFilePath, napiInitFileName); 703 let declareFilePath = path.join(cppFilePath, napiHFileName);
|