Searched refs:temppath (Results 1 – 4 of 4) sorted by relevance
183 temppath = os.path.join(self.tempdir, file_name)184 shutil.copy2(font_path, temppath)185 return temppath
67 char *temppath; /* temporary path pointer */ member86 free(u->temppath); in free_urlhandle()847 u->temppath = path = newp; in seturl()882 Curl_safefree(u->temppath); in seturl()883 u->temppath = path = newp; in seturl()893 u->temppath = NULL; /* used now */ in seturl()948 Curl_safefree(u->temppath); in seturl()
56 temppath = os.path.join(self.tempdir, file_name)57 shutil.copy2(font_path, temppath)58 return temppath
48 def tempWorkingDir(temppath): argument50 os.chdir(temppath)