/external/libchrome/base/files/ |
D | file.cc | 36 File::File(PlatformFile platform_file) in File() argument 37 : file_(platform_file), in File() 42 DCHECK_GE(platform_file, -1); in File() 65 File File::CreateForAsyncHandle(PlatformFile platform_file) { in CreateForAsyncHandle() argument 66 File file(platform_file); in CreateForAsyncHandle()
|
D | file.h | 165 explicit File(PlatformFile platform_file); 175 static File CreateForAsyncHandle(PlatformFile platform_file);
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformiOSSimulator.cpp | 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file, in GetFile() argument 324 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetFile() 372 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule() 390 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
|
D | PlatformMacOSX.cpp | 161 PlatformMacOSX::GetFile (const FileSpec &platform_file, in GetFile() argument 168 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile() 172 local_file = platform_file; in GetFile()
|
D | PlatformRemoteiOS.cpp | 610 PlatformRemoteiOS::GetSymbolFile (const FileSpec &platform_file, in GetSymbolFile() argument 616 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetSymbolFile() 653 local_file = platform_file; in GetSymbolFile() 679 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 683 Error error (GetSymbolFile (platform_file, module_uuid_ptr, local_file)); in GetSharedModule() 695 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) in GetSharedModule() 762 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
|
D | PlatformRemoteiOS.h | 85 GetSymbolFile (const lldb_private::FileSpec &platform_file, 162 FindFileInAllSDKs (const lldb_private::FileSpec &platform_file,
|
D | PlatformDarwin.cpp | 306 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 307 if (!module_sp && module_search_paths_ptr && platform_file) in GetSharedModule() 312 if (Host::GetBundleDirectory (platform_file, bundle_directory)) in GetSharedModule() 314 if (platform_file == bundle_directory) in GetSharedModule() 334 platform_file.GetPath (platform_path, sizeof(platform_path)); in GetSharedModule()
|
D | PlatformMacOSX.h | 71 GetFile (const lldb_private::FileSpec &platform_file,
|
D | PlatformiOSSimulator.h | 83 GetFile (const lldb_private::FileSpec &platform_file,
|
D | PlatformDarwinKernel.cpp | 593 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 596 std::string kext_bundle_id = platform_file.GetPath(); in GetSharedModule()
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 285 PlatformLinux::GetFile (const FileSpec &platform_file, in GetFile() argument 291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile() 295 local_file = platform_file; in GetFile()
|
D | PlatformLinux.h | 76 GetFile (const FileSpec &platform_file,
|
/external/lldb/source/API/ |
D | SBModule.cpp | 142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) in SetPlatformFileSpec() argument 150 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec() 158 platform_file.get(), in SetPlatformFileSpec() 159 platform_file->GetPath().c_str(), in SetPlatformFileSpec()
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 557 PlatformFreeBSD::GetFile (const FileSpec &platform_file, in GetFile() argument 564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file); in GetFile() 568 local_file = platform_file; in GetFile()
|
D | PlatformFreeBSD.h | 139 GetFile (const lldb_private::FileSpec &platform_file,
|
/external/webrtc/webrtc/base/ |
D | Android.mk | 26 platform_file.cc \
|
D | BUILD.gn | 134 "platform_file.cc", 135 "platform_file.h",
|
D | base.gyp | 102 'platform_file.cc', 103 'platform_file.h',
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 115 PlatformRemoteGDBServer::GetFile (const FileSpec &platform_file, in GetFile() argument 120 local_file = platform_file; in GetFile()
|
D | PlatformRemoteGDBServer.h | 76 GetFile (const lldb_private::FileSpec &platform_file,
|
/external/lldb/include/lldb/API/ |
D | SBModule.h | 77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
|
/external/lldb/scripts/Python/interface/ |
D | SBModule.i | 150 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file); 494 …if _newclass: platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that…
|
/external/lldb/source/Target/ |
D | Platform.cpp | 83 Platform::GetFile (const FileSpec &platform_file, in GetFile() argument 88 local_file = platform_file; in GetFile()
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 307 GetFile (const FileSpec &platform_file,
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3238 lldb.SBModule.platform_file lldb.SBModule-class.html#platform_file
|