Home
last modified time | relevance | path

Searched refs:exclude_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/autotest/utils/
H A Dpackager.py31 exclude_string = ('--exclude="deps/*" --exclude="tests/*" --exclude=.git '
41 exclude_string += ' --exclude="profilers/%s"' % f
47 exclude_string += " ."
55 exclude_string += " ../global_config.ini"
57 return exclude_string
125 exclude_string = ' .'
131 exclude_string = get_exclude_string(pkg_dir)
144 (pkg_name, pkg_name)) + exclude_string)
203 exclude_string = ' .'
209 exclude_string = get_exclude_string(pkg_dir)
[all …]
/aosp_15_r20/external/trace-cmd/utest/
H A Dtracefs-utest.c325 static void exclude_string(char **strings, char *name) in exclude_string() function
348 exclude_string(files, dent->d_name); in test_check_files()
406 exclude_string(tracers, tracer); in test_tracers()
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpackages.py828 def tar_package(self, pkg_name, src_dir, dest_dir, exclude_string=None): argument
841 if exclude_string is not None:
842 cmd_list.append(exclude_string)
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c1892 static void exclude_string(char **strings, char *name) in exclude_string() function
1915 exclude_string(files, dent->d_name); in test_check_files()
1982 exclude_string(tracers, tracer); in test_instance_tracers()