Lines Matching defs:App
503 struct App { struct
504 string id;
505 vector<string> url_codebase;
506 string manifest_version;
507 map<string, string> action_postinstall_attrs;
508 string updatecheck_status;
509 string cohort;
510 string cohorthint;
511 string cohortname;
512 bool cohort_set = false;
513 bool cohorthint_set = false;
514 bool cohortname_set = false;
516 struct Package {
521 vector<Package> packages;