Searched refs:gProductOutPath (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c48 static const char *gProductOutPath = NULL; variable
55 if (gProductOutPath == NULL) {
61 n = strlen(gProductOutPath) + strlen(extra) + 2;
68 snprintf(x, (size_t)n, "%s" OS_PATH_SEPARATOR_STR "%s", gProductOutPath, extra);
928 gProductOutPath = getenv("ANDROID_PRODUCT_OUT");
929 if (gProductOutPath == NULL || gProductOutPath[0] == '\0') {
930 gProductOutPath = NULL;
970 gProductOutPath = find_product_out_path(product);
971 if (gProductOutPath
[all...]

Completed in 4 milliseconds