Searched refs:tempdirpath (Results 1 – 1 of 1) sorted by relevance
260 char *fwplugdirpath, *tempdirpath; in flash_load_plugins() local289 tempdirpath = getenv("FWPLUGINDIR"); in flash_load_plugins()291 if ((fwflash_debug > 0) && (tempdirpath != NULL)) { in flash_load_plugins()292 (void) strlcpy(fwplugdirpath, tempdirpath, in flash_load_plugins()293 strlen(tempdirpath) + 1); in flash_load_plugins()524 char *fwvrfydirpath, *tempdirpath, *filename; in fwflash_load_verifier() local584 tempdirpath = getenv("FWVERIFYPLUGINDIR"); in fwflash_load_verifier()586 if ((fwflash_debug > 0) && (tempdirpath != NULL)) { in fwflash_load_verifier()587 (void) strlcpy(fwvrfydirpath, tempdirpath, in fwflash_load_verifier()588 strlen(tempdirpath) + 1); in fwflash_load_verifier()