Home | History | Annotate | Download | only in adb

Lines Matching defs:product

59         fprintf(stderr, "adb: Product directory not specified; "
94 " -p <product name or path> - simple product name like 'sooner', or\n"
95 " a relative/absolute path to a product\n"
96 " out directory like 'out/target/product/sooner'.\n"
1024 * - A simple product name
1028 * e.g., "out/target/product/sooner"
1030 * e.g., "/src/device/out/target/product/sooner"
1083 "product" OS_PATH_SEPARATOR_STR
1086 fprintf(stderr, "adb: Couldn't find a product dir "
1135 * for a particular product. If not defined, and the adb
1172 const char *product = NULL;
1175 product = argv[1];
1179 product = argv[0] + 2;
1181 gProductOutPath = find_product_out_path(product);
1184 product);