Searched refs:temp_path (Results 1 – 1 of 1) sorted by relevance
252 char temp_path[MAXPATHLEN]; /* need to know its length */ in create_batch_file() local253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); in create_batch_file()260 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file()265 path_size + sizemax < sizeof temp_path && in create_batch_file()268 unsigned size = sprintf (temp_path + path_size, in create_batch_file()270 temp_path[path_size - 1] == '\\' ? "" : "\\", in create_batch_file()272 HANDLE h = CreateFile (temp_path, /* file name */ in create_batch_file()291 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file()305 memcpy (path, temp_path, final_size); in create_batch_file()