Searched defs:fn (Results 1 – 4 of 4) sorted by relevance
75 Function fn; member
185 bool MemMapping::MapFile(const std::string& fn) { in MapFile()
710 static void DeleteFile(const std::string& fn) { in DeleteFile()759 std::string fn = GetStashFileName(params.stashbase, id, ""); in LoadStash() local820 std::string fn = GetStashFileName(base, id, ".partial"); in WriteStash() local922 EnumerateStash(dirname, [](const std::string& fn) { in CreateStash()929 EnumerateStash(dirname, [&existing](const std::string& fn) { in CreateStash()
320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()