/external/libchrome/base/files/ |
D | file.cc | 39 File::File(PlatformFile platform_file) : File(platform_file, false) {} in File() argument 41 File::File(PlatformFile platform_file, bool async) in File() argument 42 : file_(platform_file), in File() 47 DCHECK_GE(platform_file, -1); in File()
|
D | file.h | 157 explicit File(PlatformFile platform_file); 162 File(PlatformFile platform_file, bool async);
|
/external/libchrome/ipc/ |
D | ipc_platform_file.cc | 25 const PlatformFileForTransit& platform_file) const { in operator ==() 26 return handle_ == platform_file.handle_; in operator ==() 30 const PlatformFileForTransit& platform_file) const { in operator !=() 31 return !(*this == platform_file); in operator !=()
|
D | ipc_platform_file.h | 34 bool operator==(const PlatformFileForTransit& platform_file) const; 35 bool operator!=(const PlatformFileForTransit& platform_file) const;
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteMacOSX.cpp | 159 const lldb_private::FileSpec &platform_file, in GetFileWithUUID() argument 170 local_file = platform_file; in GetFileWithUUID() 175 std::string module_path(platform_file.GetPath()); in GetFileWithUUID() 190 err = GetFile(platform_file, module_cache_spec); in GetFileWithUUID() 200 local_file = platform_file; in GetFileWithUUID()
|
D | PlatformRemoteDarwinDevice.cpp | 440 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() argument 446 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() 487 local_file = platform_file; in GetSymbolFile() 507 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 513 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSharedModule() 524 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 541 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 563 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 583 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule() 627 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
|
D | PlatformRemoteDarwinDevice.h | 33 GetSymbolFile(const lldb_private::FileSpec &platform_file, 91 uint32_t FindFileInAllSDKs(const lldb_private::FileSpec &platform_file,
|
D | PlatformAppleSimulator.cpp | 428 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() argument 433 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() 471 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 472 error = GetSymbolFile(platform_file, module_spec.GetUUIDPtr(), in GetSharedModule() 484 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
|
D | PlatformRemoteMacOSX.h | 45 GetFileWithUUID(const lldb_private::FileSpec &platform_file,
|
D | PlatformDarwin.cpp | 389 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 390 if (!module_sp && module_search_paths_ptr && platform_file) { in GetSharedModule() 394 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule() 395 if (platform_file == bundle_directory) { in GetSharedModule() 409 platform_file.GetPath(platform_path, sizeof(platform_path)); in GetSharedModule() 1732 const FileSpec &platform_file = module_spec.GetFileSpec(); in FindBundleBinaryInExecSearchPaths() local 1735 if (!module_sp && module_search_paths_ptr && platform_file) { in FindBundleBinaryInExecSearchPaths() 1744 FileSpec platform_pull_upart(platform_file); in FindBundleBinaryInExecSearchPaths()
|
D | PlatformDarwinKernel.cpp | 734 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local 738 std::string kext_bundle_id = platform_file.GetPath(); in GetSharedModule() 765 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModuleKext() local 769 ConstString kext_bundle(platform_file.GetPath().c_str()); in GetSharedModuleKext()
|
D | PlatformAppleSimulator.h | 120 GetSymbolFile(const lldb_private::FileSpec &platform_file,
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 315 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument 319 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID() 323 local_file = platform_file; in GetFileWithUUID()
|
/external/zlib/google/ |
D | zip_reader_unittest.cc | 59 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file() function in __anon37bf8b5c0111::FileWrapper 229 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F() 266 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F() 572 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
|
/external/angle/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 59 base::PlatformFile platform_file() { return file_.GetPlatformFile(); } in platform_file() function in __anonaa7dc4cb0111::FileWrapper 229 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F() 266 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F() 572 ASSERT_TRUE(reader.OpenFromPlatformFile(zip_fd_wrapper.platform_file())); in TEST_F()
|
/external/libchrome/mojo/public/cpp/system/ |
D | platform_handle.h | 90 ScopedHandle WrapPlatformFile(base::PlatformFile platform_file);
|
D | platform_handle.cc | 205 ScopedHandle WrapPlatformFile(base::PlatformFile platform_file) { in WrapPlatformFile() argument 209 platform_handle.value = PlatformHandleValueFromPlatformFile(platform_file); in WrapPlatformFile()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBModule.h | 65 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 63 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
|
D | Platform.h | 293 virtual Status GetFileWithUUID(const FileSpec &platform_file,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBModule.i | 170 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file); 562 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
|
/external/llvm-project/lldb/source/API/ |
D | SBModule.cpp | 119 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() argument 121 (const lldb::SBFileSpec &), platform_file); in SetPlatformFileSpec() 127 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 54 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
|
D | PlatformRemoteGDBServer.cpp | 194 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument 198 local_file = platform_file; in GetFileWithUUID()
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | builder.py | 343 platform_file = pfile.read() 344 platform_var_matches = self.VARIABLE_REGEX.finditer(platform_file)
|