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

1 2 3 4

  /external/chromium_org/base/
platform_file.cc 5 #include "base/platform_file.h"
  /external/chromium_org/base/files/
scoped_platform_file_closer.h 9 #include "base/platform_file.h"
file.cc 8 #include "base/platform_file.h"
38 File::File(PlatformFile platform_file)
39 : file_(platform_file),
44 DCHECK_GE(platform_file, -1);
  /external/chromium_org/ppapi/shared_impl/
platform_file.cc 5 #include "ppapi/shared_impl/platform_file.h"
  /external/chromium_org/components/nacl/renderer/
manifest_service_channel.h 12 #include "base/platform_file.h"
66 IPC::Message* reply, const base::PlatformFile& platform_file);
manifest_service_channel.cc 88 IPC::Message* reply, const base::PlatformFile& platform_file) {
94 base::FileDescriptor(platform_file, true)));
  /external/chromium_org/webkit/browser/fileapi/
dragged_file_util.cc 38 base::FilePath platform_file = (file_iter_++)->path;
39 NativeFileUtil::GetFileInfo(platform_file, &file_info_);
40 return platform_file;
local_file_util.h 48 base::FilePath* platform_file) OVERRIDE;
  /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),
  /external/chromium_org/mojo/embedder/
channel_init.h 10 #include "base/platform_file.h"
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_posix.cc 26 platform_file(), 0);
mapped_file_win.cc 21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
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();
file.h 77 base::PlatformFile platform_file() const;
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 143 base::PlatformFile platform_file = local
152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
broker_dispatcher.cc 10 #include "ppapi/shared_impl/platform_file.h"
  /external/chromium_org/chromeos/dbus/
lorgnette_manager_client.h 12 #include "base/platform_file.h"
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 161 PlatformMacOSX::GetFile (const FileSpec &platform_file,
168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
172 local_file = platform_file;
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);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 107 scoped_refptr<webkit_blob::ShareableFileReference> platform_file,
110 base::FilePath platform_path(platform_file.get()->path());
112 platform_file = NULL;
113 callback.Run(error, file_info, platform_path, platform_file);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.h 15 #include "base/platform_file.h"
  /external/lldb/source/API/
SBModule.cpp 142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file)
150 module_sp->SetPlatformFileSpec(*platform_file);
158 platform_file.get(),
159 platform_file->GetPath().c_str(),

Completed in 601 milliseconds

1 2 3 4