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

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

Completed in 59 milliseconds