Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
DFileUtils.java136 File buildFile = new File(projectBasePath, "build-profile.json5"); in getApplicationApiType() local
274 File buildFile = new File(projectPath, "build-profile.json5"); in getCompileSdkVersion() local
289 public static String getCompileSdkVersion(File buildFile) throws IOException { in getCompileSdkVersion()
324 public static String getJsonString(File buildFile) throws IOException { in getJsonString()