Home
last modified time | relevance | path

Searched refs:match_version (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/icu/
Dshrink-icu-src.py90 match_version = re.compile(matchVerExp)
92 m = match_version.match(line)
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso.rs209 unsafe fn match_version(&self, mut ver: u16, name: &CStr, hash: u32) -> bool { in match_version() method
280 && !self.match_version(*self.versym.add(chain as usize), version, ver_hash)) in sym()
/third_party/node/
Dconfigure.py1640 match_version = re.compile(matchVerExp)
1643 m = match_version.match(line)