HomeSort by relevance Sort by last modified time
    Searched refs:platform_file (Results 26 - 50 of 50) sorted by null

12

  /external/lldb/source/Plugins/Platform/MacOSX/
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/content/renderer/pepper/
pepper_video_decoder_host.cc 198 base::PlatformFile platform_file = shm_handle; local
200 base::PlatformFile platform_file = shm_handle.fd; local
205 renderer_ppapi_host_->ShareHandleWithRemote(platform_file, false),
pepper_video_capture_host.cc 222 base::PlatformFile platform_file = local
231 dispatcher->ShareHandleWithRemote(platform_file, false), size));
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 557 PlatformFreeBSD::GetFile (const FileSpec &platform_file,
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
568 local_file = platform_file;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 107 scoped_refptr<storage::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/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
  /external/lldb/source/Target/
Platform.cpp 83 Platform::GetFile (const FileSpec &platform_file,
88 local_file = platform_file;
  /external/chromium_org/storage/browser/fileapi/
obfuscated_file_util.h 130 base::FilePath* platform_file) OVERRIDE;
  /external/lldb/scripts/Python/interface/
SBModule.i 150 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
493 __swig_getmethods__["platform_file"] = GetPlatformFileSpec
494 if _newclass: platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.cc 56 base::PlatformFile platform_file =
65 *shared_mem_handle = dispatcher->ShareHandleWithRemote(platform_file, false);
  /external/chromium_org/third_party/webrtc/base/
rtc_base_approved.target.darwin-arm.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.darwin-arm64.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.darwin-mips.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.darwin-mips64.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.darwin-x86.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.darwin-x86_64.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-arm.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-arm64.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-mips.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-mips64.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-x86.mk 29 third_party/webrtc/base/platform_file.cc \
rtc_base_approved.target.linux-x86_64.mk 29 third_party/webrtc/base/platform_file.cc \
  /external/lldb/include/lldb/Target/
Platform.h 282 /// file patch in \a local_file as was in \a platform_file.
284 /// @param[in] platform_file
307 GetFile (const FileSpec &platform_file,

Completed in 1455 milliseconds

12