Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/tests/unit/
Ddirutil_test.cpp52 std::string prefix(td.path); in TEST() local
71 std::string prefix(td.path); in TEST() local
89 std::string prefix(td.path); in TEST() local
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp302 void UpdateVerifier::set_care_map_prefix(const std::string& prefix) { in set_care_map_prefix()
/bootable/libbootloader/gbl/libbootparams/src/
Dcommandline.rs45 let prefix = CStr::from_bytes_until_nul(buffer).map_err(Error::from)?; in new_from_prefix() localVariable
/bootable/recovery/minui/
Dresources.cpp364 bool matches_locale(const std::string& prefix, const std::string& locale) { in matches_locale()