Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/
Dbootloader.cpp171 struct bootloader_message temp; in get_bootloader_message_block() local
172 int count = fread(&temp, sizeof(temp), 1, f); in get_bootloader_message_block()
181 memcpy(out, &temp, sizeof(temp)); in get_bootloader_message_block()
Dinstall.cpp115 char* temp = (char*)malloc(10); in try_update_binary() local
116 sprintf(temp, "%d", pipefd[1]); in try_update_binary()
117 args[2] = temp; in try_update_binary()
/bootable/recovery/edify/
Dmain.c164 char temp = script[n->end]; in ExprDump() local
169 script[n->end] = temp; in ExprDump()
Dexpr.c316 Expr* temp[2]; in GreaterThanIntFn() local
317 temp[0] = argv[1]; in GreaterThanIntFn()
318 temp[1] = argv[0]; in GreaterThanIntFn()
320 return LessThanIntFn(name, state, 2, temp); in GreaterThanIntFn()