Searched refs:temp (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/ |
D | bootloader.cpp | 171 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()
|
D | install.cpp | 115 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/ |
D | main.c | 164 char temp = script[n->end]; in ExprDump() local 169 script[n->end] = temp; in ExprDump()
|
D | expr.c | 316 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()
|