HomeSort by relevance Sort by last modified time
    Searched defs:platform_file (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/renderer/pepper/
host_array_buffer_var.cc 82 base::PlatformFile platform_file = local
91 *plugin_shm_handle = BrokerGetFileHandleForProcess(platform_file, p, false);
pepper_media_stream_track_host_base.cc 63 base::PlatformFile platform_file = local
71 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false),
pepper_video_decoder_host.cc 193 base::PlatformFile platform_file = shm_handle; local
195 base::PlatformFile platform_file = shm_handle.fd; local
200 renderer_ppapi_host_->ShareHandleWithRemote(platform_file, false),
pepper_video_capture_host.cc 220 base::PlatformFile platform_file = local
229 dispatcher->ShareHandleWithRemote(platform_file, false), size));
  /external/chromium_org/net/disk_cache/blockfile/
file_posix.cc 161 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
file_ios.cc 280 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
file_win.cc 183 base::PlatformFile File::platform_file() const { function in class:disk_cache::File
224 HANDLE file = platform_file();
234 HANDLE file = platform_file();
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 143 base::PlatformFile platform_file = local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file,
324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
372 const FileSpec &platform_file = module_spec.GetFileSpec(); local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
390 module_sp->SetPlatformFileSpec(platform_file);
PlatformRemoteiOS.cpp 610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file,
616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
653 local_file = platform_file;
679 const FileSpec &platform_file = module_spec.GetFileSpec(); local
683 Error error (GetSymbolFile (platform_file, module_uuid_ptr, local_file));
695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path)))
762 module_sp->SetPlatformFileSpec(platform_file);
PlatformDarwin.cpp 306 const FileSpec &platform_file = module_spec.GetFileSpec(); local
307 if (!module_sp && module_search_paths_ptr && platform_file)
312 if (Host::GetBundleDirectory (platform_file, bundle_directory))
314 if (platform_file == bundle_directory)
334 platform_file.GetPath (platform_path, sizeof(platform_path));
    [all...]
PlatformDarwinKernel.cpp 593 const FileSpec &platform_file = module_spec.GetFileSpec(); local
596 std::string kext_bundle_id = platform_file.GetPath();
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 48 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } function in class:__anon20305::FileWrapper
185 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
222 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
274 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
294 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file()));
299 ASSERT_TRUE(reader.ExtractCurrentEntryToFd(out_fd_w.platform_file()));

Completed in 835 milliseconds