OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exclude_dirs
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pysource.py
91
def walk_python_files(paths, is_python=looks_like_python,
exclude_dirs
=None):
98
exclude_dirs
: a list of directory base names that should be excluded in
101
if
exclude_dirs
is None:
102
exclude_dirs
=[]
112
for exclude in
exclude_dirs
:
/external/selinux/policycoreutils/scripts/
fixfiles
104
exclude_dirs
() {
function
190
${RESTORECON} ${VERBOSE} -i -f - -R $* `
exclude_dirs
`; \
228
exclude_dirs
="`exclude_dirs_from_relabelling $OPTION`"
229
if [ -n "${
exclude_dirs
}" ]
246
rpmlist $i | ${RESTORECON} $
exclude_dirs
${FORCEFLAG} ${VERBOSE} $* -R -i -f - 2>&1 | cat >> $LOGFILE
251
${RESTORECON} $
exclude_dirs
${FORCEFLAG} ${VERBOSE} -R $* $FILEPATH 2>&1 | cat >> $LOGFILE
256
${SETFILES} ${VERBOSE} $
exclude_dirs
-q ${FORCEFLAG} $* ${FC} ${FILESYSTEMSRW} 2>&1 | cat >> $LOGFILE
Completed in 1099 milliseconds