Searched refs:old_handle (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dfcntl.c55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
67 if (old_handle == INVALID_HANDLE_VALUE
85 old_handle, /* SourceHandle */
/external/chromium_org/net/cert/
H A Dx509_certificate.cc123 X509Certificate::OSCertHandle old_handle = NULL; local
147 old_handle = *cert_handle;
156 // |old_handle| may be the only handle for this particular certificate, so
159 if (old_handle) {
160 X509Certificate::FreeOSCertHandle(old_handle);
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_py_tests.py230 for index, old_handle in enumerate(old_handles):
231 self.assertEquals(old_handle, new_handles[index])
250 for old_handle in old_handles:
251 self.assertTrue(old_handle in new_handles)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc274 ScopedKernelHandle old_handle;
276 Error error = AcquireHandleAndPath(oldfd, &old_handle, &old_path);
282 FreeAndReassignFD(newfd, old_handle, old_path);

Completed in 1749 milliseconds