Searched refs:gProductOutPath (Results 1 – 1 of 1) sorted by relevance
50 static const char *gProductOutPath = NULL; variable58 if (gProductOutPath == NULL) { in product_file()64 n = strlen(gProductOutPath) + strlen(extra) + 2; in product_file()71 snprintf(x, (size_t)n, "%s" OS_PATH_SEPARATOR_STR "%s", gProductOutPath, extra); in product_file()1139 gProductOutPath = getenv("ANDROID_PRODUCT_OUT"); in adb_commandline()1140 if (gProductOutPath == NULL || gProductOutPath[0] == '\0') { in adb_commandline()1141 gProductOutPath = NULL; in adb_commandline()1181 gProductOutPath = find_product_out_path(product); in adb_commandline()1182 if (gProductOutPath == NULL) { in adb_commandline()