Searched refs:sym_path_root (Results 1 – 1 of 1) sorted by relevance
40 const char* sym_path_root = getenv("ANDROID_PROJECT_OUT"); in get_sym_path() local41 if (sym_path_root == NULL || strlen(sym_path_root) >= max_char) { in get_sym_path()45 strcpy(sym_path, sym_path_root); in get_sym_path()46 max_char -= strlen(sym_path_root); in get_sym_path()73 if (strcmp(sym_path, sym_path_root) == 0) { in get_sym_path()