HomeSort by relevance Sort by last modified time
    Searched refs:dir_prefix (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
files.h 51 extern char *dir_prefix;
files.c 61 DIR_PREFIX is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
72 If neither --output nor --file was specified, DIR_PREFIX is the
78 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);
  /packages/apps/Car/libs/
resource_generator.py 82 dir_prefix = "values"
88 directory = resource_dir + os.path.sep + dir_prefix
  /external/autotest/server/
crashcollect.py 225 def get_crashinfo_dir(host, dir_prefix):
229 @param dir_prefix: Prefix of directory name.
238 infodir = os.path.join(infodir, "%s.%s" % (dir_prefix, host.hostname))

Completed in 100 milliseconds