Searched refs:temp_handle (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_util_win.h37 HANDLE temp_handle; local
39 &temp_handle);
42 handle->Set(temp_handle);
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc78 HANDLE temp_handle; local
80 LOGON32_PROVIDER_DEFAULT, &temp_handle)) {
83 ScopedHandle token(temp_handle);
102 if (restricted_token.GetRestrictedTokenHandle(&temp_handle) ==
104 token_out->Set(temp_handle);
403 HANDLE temp_handle; local
407 &temp_handle,
415 ScopedHandle limited_handle(temp_handle);
H A Dchromoting_module.cc45 HANDLE temp_handle; local
47 &temp_handle)) {
51 base::win::ScopedHandle token(temp_handle);
H A Dlaunch_process_with_token.cc126 HANDLE temp_handle; local
129 &temp_handle)) {
133 ScopedHandle process_token(temp_handle);
140 &temp_handle)) {
145 token_out->Set(temp_handle);
H A Dworker_process_launcher_unittest.cc368 HANDLE temp_handle; local
372 &temp_handle, local
376 ScopedHandle copy(temp_handle);
H A Dwts_session_process_delegate.cc514 HANDLE temp_handle; local
518 &temp_handle,
526 ScopedHandle limited_handle(temp_handle);
/external/chromium_org/base/files/
H A Dfile_path_watcher_win.cc277 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
278 if (!SetupWatchHandle(watched_path, recursive_watch_, &temp_handle))
280 if (temp_handle == INVALID_HANDLE_VALUE)
283 handle_ = temp_handle;
/external/chromium_org/printing/backend/
H A Dwin_helper.h50 HANDLE temp_handle; local
52 if (::OpenPrinter(const_cast<LPTSTR>(printer), &temp_handle, NULL)) {
53 Set(temp_handle);
/external/chromium_org/content/common/
H A Dsandbox_win.cc477 HANDLE temp_handle; local
481 &temp_handle,
484 base::win::ScopedHandle process(temp_handle);
494 HANDLE temp_handle; local
496 ::GetCurrentProcess(), &temp_handle,
498 base::win::ScopedHandle handle(temp_handle);
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc434 HANDLE temp_handle; local
438 &temp_handle,
445 base::win::ScopedHandle writable_handle(temp_handle);
449 &temp_handle,
456 base::win::ScopedHandle writable_handle(temp_handle);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc460 HANDLE temp_handle; local
463 &temp_handle)) {
466 token_.Set(temp_handle);
H A Dsetup_util_unittest.cc58 HANDLE temp_handle; local
60 &temp_handle)) {
65 base::win::ScopedHandle token(temp_handle);
/external/chromium_org/remoting/host/
H A Ddesktop_session_proxy.cc240 HANDLE temp_handle; local
242 &temp_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) {
249 base::win::ScopedHandle pipe(temp_handle);
/external/flac/libFLAC/
H A Dmetadata_iterators.c131 static FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
133 static FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status);
1458 static FLAC__bool chain_rewrite_file_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb) argument
1468 if(!copy_n_bytes_from_file_cb_(handle, read_cb, temp_handle, temp_write_cb, chain->first_offset, &status)) {
1475 if(!write_metadata_block_header_cb_(temp_handle, temp_write_cb, node->data)) {
1479 if(!write_metadata_block_data_cb_(temp_handle, temp_write_cb, node->data)) {
1491 if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &status)) {
1736 FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks) argument
1780 if(!chain_rewrite_file_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks.write))
3154 FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Writ argument
3196 copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status) argument
[all...]
/external/flac/include/FLAC/
H A Dmetadata.h1019 * The \a temp_handle must be open for writing. The
1039 * \param temp_handle The I/O handle of the FLAC stream to write. The
1043 * A set of callbacks to use for I/O on temp_handle.
1051 FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks);
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc1160 base::ProcessHandle temp_handle; local
1179 &temp_handle)) {
1183 base::win::ScopedHandle process_handle(temp_handle);
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc484 base::win::ScopedHandle temp_handle(
489 ASSERT_TRUE(temp_handle.IsValid());

Completed in 7659 milliseconds