Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 7 of 7) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/src/
Dlib.rs27 pub const fn new(data1: u32, data2: u16, data3: u16, data4: [u8; 8usize]) -> Self { in new() constant
/bootable/libbootloader/gbl/libsafemath/src/
Dlib.rs219 pub const fn has_error(&self) -> bool { in has_error() constant
224 pub const fn is_valid(&self) -> bool { in is_valid() constant
/bootable/libbootloader/gbl/libefi/src/
Dallocation.rs144 pub const fn new() -> Self { in new() constant
/bootable/deprecated-ota/edify/include/edify/
Dexpr.h75 Function fn; member
/bootable/recovery/otautil/
Dsysutil.cpp185 bool MemMapping::MapFile(const std::string& fn) { in MapFile()
/bootable/deprecated-ota/updater/
Dblockimg.cpp710 static void DeleteFile(const std::string& fn) { in DeleteFile()
759 std::string fn = GetStashFileName(params.stashbase, id, ""); in LoadStash() local
820 std::string fn = GetStashFileName(base, id, ".partial"); in WriteStash() local
922 EnumerateStash(dirname, [](const std::string& fn) { in CreateStash()
929 EnumerateStash(dirname, [&existing](const std::string& fn) { in CreateStash()
/bootable/deprecated-ota/edify/
Dexpr.cpp320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()