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

  /external/oprofile/pp/
opannotate_options.cpp 51 string exclude_file; member in namespace:__anon33074
67 popt::option(exclude_file, "exclude-file", '\0',
122 options::file_filter = path_filter(include_file, exclude_file);
  /external/chromium_org/build/android/pylib/utils/
findbugs.py 158 exclude_file = None
162 exclude_file = options.exclude
164 exclude_file = os.path.join(options.base_dir, 'findbugs_exclude.xml')
174 return _Run(exclude_file, known_bugs_file, options.only_analyze, auxclasspath,

Completed in 713 milliseconds