Searched defs:fn (Results 1 – 7 of 7) sorted by relevance
| /bootable/libbootloader/gbl/libefi_types/src/ |
| D | lib.rs | 27 pub const fn new(data1: u32, data2: u16, data3: u16, data4: [u8; 8usize]) -> Self { in new() constant
|
| /bootable/libbootloader/gbl/libsafemath/src/ |
| D | lib.rs | 219 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/ |
| D | allocation.rs | 144 pub const fn new() -> Self { in new() constant
|
| /bootable/deprecated-ota/edify/include/edify/ |
| D | expr.h | 75 Function fn; member
|
| /bootable/recovery/otautil/ |
| D | sysutil.cpp | 185 bool MemMapping::MapFile(const std::string& fn) { in MapFile()
|
| /bootable/deprecated-ota/updater/ |
| D | blockimg.cpp | 710 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/ |
| D | expr.cpp | 320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()
|