Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 7 of 7) sorted by relevance

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
DMyProjectHelper.java58 … String sdkPath = FileUtils.getNodePath(projectPath.getPath(), "local.properties", "sdk.dir"); in isOpenHarmonyProject()
/interface/sdk-js/build-tools/collect_application_api/src/
Dapi_collector.js138 const sdkPath = this.sdk.getPath();
146 Logger.info(this.logTag, `scan app ${this.project.getPath()}`);
164 Logger.info(this.logTag, `start scanning ${this.project.getPath()}`);
177 Logger.info(this.logTag, `end scan ${this.project.getPath()}`);
Dutils.js27 getPath() { method in Project
182 getPath() { method in Sdk
236 const sdkRoot = this.getPath();
/interface/sdk-js/build-tools/api_diff/src/
Dreporter.js142 this.dtsName = path.basename(apiDigestInfo.getPath());
143 this.dtsPath = apiDigestInfo.getPath();
Dapi_data.js199 getPath() { method in ApiDigestInfo
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/
DLogger.java116 Appender appender = RollingFileAppender.newBuilder().withFileName(logFile.getPath()) in createRollingFileAppender()
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
DUpdateCheckWizardDialog.java182 this.newSdkFilePath = file.getPath(); in getNewSdkFilePath()