Searched refs:tempdirpath (Results 1 – 1 of 1) sorted by relevance
261 char *fwplugdirpath, *tempdirpath; in flash_load_plugins() local290 tempdirpath = getenv("FWPLUGINDIR"); in flash_load_plugins()292 if ((fwflash_debug > 0) && (tempdirpath != NULL)) { in flash_load_plugins()293 (void) strlcpy(fwplugdirpath, tempdirpath, in flash_load_plugins()294 strlen(tempdirpath) + 1); in flash_load_plugins()513 char *fwvrfydirpath, *tempdirpath, *filename; in fwflash_load_verifier() local573 tempdirpath = getenv("FWVERIFYPLUGINDIR"); in fwflash_load_verifier()575 if ((fwflash_debug > 0) && (tempdirpath != NULL)) { in fwflash_load_verifier()576 (void) strlcpy(fwvrfydirpath, tempdirpath, in fwflash_load_verifier()577 strlen(tempdirpath) + 1); in fwflash_load_verifier()