Searched defs:apPath (Results 1 – 3 of 3) sorted by relevance
44 apPath?: object, property79 apPath: string; property in ProjectConfig
63 const apPath: string = projectConfig.apPath ? projectConfig.apPath : 'null_apPath'; constant
94 private String apPath = ""; field in Utility734 public void setAPPath(String apPath) { in setAPPath()