Searched defs:projectPath (Results 1 – 3 of 3) sorted by relevance
32 public static boolean isOpenHarmonyProject(String projectPath) { in isOpenHarmonyProject()45 public static boolean isOpenHarmonyProject(File projectPath) { in isOpenHarmonyProject()
248 public static String getNodePath(String projectPath, String file, String name) { in getNodePath()270 public static String getCompileSdkVersion(String projectPath) throws IOException { in getCompileSdkVersion()
21 constructor(projectPath, nonProject) { argument