Searched defs:buildProfile (Results 1 – 3 of 3) sorted by relevance
61 const buildProfile = path.join(projectPath, BUILD_PROFILE_JSON5); constant
76 const buildProfile = parseJson5(buildProfilePath); constant
240 const buildProfile = path.join(this.realProjectDir, BUILD_PROFILE_JSON5); constant