Home
last modified time | relevance | path

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

/bootable/recovery/tools/ota/
Dcheck-lost+found.c77 char fn[PATH_MAX]; in main() local
99 char fn[PATH_MAX]; in main() local
/bootable/recovery/edify/
Dexpr.h69 Function fn; member
122 Function fn; member
Dexpr.cpp332 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build()
358 void RegisterFunction(const char* name, Function fn) { in RegisterFunction()
/bootable/recovery/minzip/
DSysUtil.c159 int sysMapFile(const char* fn, MemMapping* pMap) in sysMapFile()
DZip.c821 void (*callback)(const char *fn, void *), void *cookie, in mzExtractRecursive() argument
/bootable/recovery/updater/
Dblockimg.cpp469 std::string fn(STASH_DIRECTORY_BASE); in GetStashFileName() local
502 std::string fn = dirname + "/" + std::string(item->d_name); in EnumerateStash() local
507 static void UpdateFileSize(const std::string& fn, void* data) { in UpdateFileSize()
526 static void DeleteFile(const std::string& fn, void* /* data */) { in DeleteFile()
536 static void DeletePartial(const std::string& fn, void* data) { in DeletePartial()
591 std::string fn = GetStashFileName(base, id, ""); in LoadStash() local
647 std::string fn = GetStashFileName(base, id, ".partial"); in WriteStash() local
826 std::string fn = GetStashFileName(base, id, ""); in FreeStash() local
/bootable/recovery/
Dbootloader.cpp151 static void wait_for_device(const char* fn) { in wait_for_device()