Searched defs:dir_prefix (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dfiles.c78 char *dir_prefix; variable
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
265 dir_prefix =
273 dir_prefix = xstrdup ("");
280 dir_prefix = xstrdup ("");
391 free (dir_prefix);
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc683 const char* dir_prefix = "dir_"; local
714 buffer << test_dir_name << '/' << dir_prefix << i;

Completed in 117 milliseconds