Home
last modified time | relevance | path

Searched refs:exclude_files_regex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dreplay.rs110 exclude_files_regex: Vec<Regex>, in worker_internal()
141 .open_file(record.file_id.clone(), &exclude_files_regex); in worker_internal()
203 exclude_files_regex: Vec<Regex>, in worker()
212 exclude_files_regex, in worker()
246 exclude_files_regex: Vec<Regex>, field
260 let mut exclude_files_regex: Vec<Regex> = Vec::new(); in new() localVariable
272 exclude_files_regex.push(Regex::new(file_to_exclude).unwrap()); in new()
285 exclude_files_regex, in new()
298 let exclude_files_regex = self.exclude_files_regex.clone(); in replay() localVariable
308 exclude_files_regex, in replay()
H A Dformat.rs367 pub fn open_file(&self, id: FileId, exclude_files_regex: &[Regex]) -> Result<File, Error> { in open_file()
371 for regex in exclude_files_regex { in open_file()