Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dexpr.h75 Function fn; member
/bootable/recovery/otautil/
Dsysutil.cpp185 bool MemMapping::MapFile(const std::string& fn) { in MapFile()
/bootable/recovery/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/recovery/edify/
Dexpr.cpp320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()