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);
841 gProductOutPath = getenv("ANDROID_PRODUCT_OUT");
842 if (gProductOutPath == NULL || gProductOutPath[0] == '\0') {
843 gProductOutPath = NULL;
883 gProductOutPath = find_product_out_path(product);
884 if (gProductOutPath
[all...]

Completed in 51 milliseconds