Searched refs:temp_dir_template (Results 1 – 2 of 2) sorted by relevance
200 int ReadNorFlash(char *temp_dir_template) { in ReadNorFlash() argument205 if (mkdtemp(temp_dir_template) == NULL) { in ReadNorFlash()215 if (ForkExecL(temp_dir_template, FLASHROM_PATH, "-i", "RW_GPT:rw_gpt", "-r", in ReadNorFlash()218 RemoveDir(temp_dir_template); in ReadNorFlash()
29 int ReadNorFlash(char *temp_dir_template);