Home
last modified time | relevance | path

Searched defs:platform_file (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/files/
Dfile.cc39 File::File(PlatformFile platform_file) : File(platform_file, false) {} in File()
41 File::File(PlatformFile platform_file, bool async) in File()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp159 const lldb_private::FileSpec &platform_file, in GetFileWithUUID()
DPlatformRemoteDarwinDevice.cpp440 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()
507 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
DPlatformAppleSimulator.cpp428 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()
471 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
DPlatformDarwinKernel.cpp734 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
765 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModuleKext() local
DPlatformDarwin.cpp389 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
1732 const FileSpec &platform_file = module_spec.GetFileSpec(); in FindBundleBinaryInExecSearchPaths() local
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc205 ScopedHandle WrapPlatformFile(base::PlatformFile platform_file) { in WrapPlatformFile()
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp315 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
DPlatform.cpp174 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()
/external/zlib/google/
Dzip_reader_unittest.cc59 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file() function in __anon37bf8b5c0111::FileWrapper
/external/angle/third_party/zlib/google/
Dzip_reader_unittest.cc59 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file() function in __anonaa7dc4cb0111::FileWrapper
/external/llvm-project/lldb/source/API/
DSBModule.cpp119 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp194 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID()