HomeSort by relevance Sort by last modified time
    Searched full:temp_handle (Results 1 - 1 of 1) sorted by null

  /sdk/sdklauncher/
sdklauncher.c 191 HANDLE temp_handle; local
195 temp_handle = create_temp_file(temp_filename);
196 if (temp_handle == INVALID_HANDLE_VALUE) {
204 startup.hStdOutput = temp_handle;
205 startup.hStdError = temp_handle;
252 if (!CloseHandle(temp_handle)) {

Completed in 25 milliseconds