Searched defs:fn (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/tools/ota/ |
D | check-lost+found.c | 77 char fn[PATH_MAX]; in main() local 99 char fn[PATH_MAX]; in main() local
|
/bootable/recovery/edify/ |
D | expr.h | 69 Function fn; member 122 Function fn; member
|
D | expr.cpp | 332 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build() 358 void RegisterFunction(const char* name, Function fn) { in RegisterFunction()
|
/bootable/recovery/minzip/ |
D | SysUtil.c | 159 int sysMapFile(const char* fn, MemMapping* pMap) in sysMapFile()
|
D | Zip.c | 821 void (*callback)(const char *fn, void *), void *cookie, in mzExtractRecursive() argument
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 469 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/ |
D | bootloader.cpp | 151 static void wait_for_device(const char* fn) { in wait_for_device()
|