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.h61 Function fn; member
114 Function fn; member
Dexpr.c325 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build()
351 void RegisterFunction(const char* name, Function fn) { in RegisterFunction()
/bootable/recovery/updater/
Dblockimg.c403 char* fn; in GetStashFileName() local
446 char* fn; in EnumerateStash() local
495 static void UpdateFileSize(const char* fn, void* data) { in UpdateFileSize()
515 static void DeleteFile(const char* fn, void* data) { in DeleteFile()
525 static void DeletePartial(const char* fn, void* data) { in DeletePartial()
558 char *fn = NULL; in LoadStash() local
632 char *fn = NULL; in WriteStash() local
857 char *fn = NULL; in FreeStash() local
/bootable/recovery/minzip/
DSysUtil.c163 int sysMapFile(const char* fn, MemMapping* pMap) in sysMapFile()
DZip.c830 void (*callback)(const char *fn, void *), void *cookie, in mzExtractRecursive() argument
/bootable/recovery/
Dbootloader.cpp146 static void wait_for_device(const char* fn) { in wait_for_device()