Searched refs:apPath (Results 1 – 6 of 6) sorted by relevance
63 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant64 metaInfoArr.push(bundleName, allModuleNameHash, aotCompileMode, apPath);
44 apPath?: object, property79 apPath: string; property in ProjectConfig147 this.apPath = '';
49 if (buildJsonInfo.anBuildMode !== AOT_PARTIAL && !buildJsonInfo.apPath) {106 const profile: string = projectConfig.apPath;
94 private String apPath = ""; field in Utility734 public void setAPPath(String apPath) { in setAPPath() argument735 this.apPath = apPath; in setAPPath()739 return this.apPath; in getAPPath()
100 arkProjectConfig.apPath = buildJsonInfo.apPath;
153 expect(arkConfig.apPath === buildJsonInfo.apPath).to.be.true;