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

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnn.c850 static char * find_file(const char *file_orig) argument
858 FILE *file = find_in_path(file_orig, rnn_path, &fname);
860 fprintf (stderr, "%s: couldn't find database file. Please set the env var RNN_PATH.\n", file_orig);
916 void rnn_parsefile (struct rnndb *db, char *file_orig) { argument
920 fname = find_file(file_orig);

Completed in 3 milliseconds