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

/external/chromium/base/files/
H A Dfile_path_watcher_win.cc256 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
257 if (!SetupWatchHandle(watched_path, &temp_handle))
259 if (temp_handle == INVALID_HANDLE_VALUE)
262 handle_ = temp_handle;
/external/chromium_org/base/files/
H A Dfile_path_watcher_win.cc268 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
269 if (!SetupWatchHandle(watched_path, recursive_watch_, &temp_handle))
271 if (temp_handle == INVALID_HANDLE_VALUE)
274 handle_ = 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/chrome/installer/util/
H A Dinstaller_state_unittest.cc484 base::win::ScopedHandle temp_handle(
489 ASSERT_TRUE(temp_handle != NULL);

Completed in 140 milliseconds