Home | History | Annotate | Download | only in adb

Lines Matching refs:extra

56 static char *product_file(const char *extra)
67 n = strlen(gProductOutPath) + strlen(extra) + 2;
74 snprintf(x, (size_t)n, "%s" OS_PATH_SEPARATOR_STR "%s", gProductOutPath, extra);