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

  /external/autotest/utils/
packager.py 24 exclude_string = ('--exclude=deps/* --exclude=tests/* '
34 exclude_string += ' --exclude=profilers/%s' % f
40 exclude_string += " ."
43 # Surprisingly, |exclude_string| actually means argument list, and
48 exclude_string += " ../global_config.ini"
50 return exclude_string
84 exclude_string = ' .'
90 exclude_string = get_exclude_string(pkg_dir)
111 temp_dir, exclude_string)
124 exclude_string = ' .
    [all...]
  /external/autotest/client/common_lib/
base_packages.py 775 def tar_package(self, pkg_name, src_dir, dest_dir, exclude_string=None):
778 Excludes the directories specified in exclude_string while tarring
788 if exclude_string is not None:
789 cmd_list.append(exclude_string)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 500 char *exclude_string; local
504 exclude_string = strtok (local_copy, ",:");
505 for (; exclude_string; exclude_string = strtok (NULL, ",:"))
510 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
511 strcpy (new_exclude->string, exclude_string);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 1529 char *exclude_string; local
    [all...]

Completed in 2881 milliseconds