Searched defs:fn (Results 1 – 4 of 4) sorted by relevance
168 bool MemMapping::MapFile(const std::string& fn) { in MapFile()
77 Function fn; member
680 std::string fn(CacheLocation::location().stash_directory_base()); in GetStashFileName() local711 static void DeleteFile(const std::string& fn) { in DeleteFile()763 std::string fn = GetStashFileName(params.stashbase, id, ""); in LoadStash() local822 std::string fn = GetStashFileName(base, id, ".partial"); in WriteStash() local943 EnumerateStash(dirname, [](const std::string& fn) { in CreateStash()950 EnumerateStash(dirname, [&existing](const std::string& fn) { in CreateStash()
320 void RegisterFunction(const std::string& name, Function fn) { in RegisterFunction()