Home
last modified time | relevance | path

Searched refs:GetNextFile (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfx_fontsourceenum_file.cpp39 ByteString CFX_FontSourceEnum_File::GetNextFile() { in GetNextFile() function in CFX_FontSourceEnum_File
61 return !m_FolderPaths.empty() ? GetNextFile() : ByteString(); in GetNextFile()
86 m_wsNext = WideString::FromUTF8(GetNextFile().AsStringView()); in GetNext()
Dcfx_fontsourceenum_file.h42 ByteString GetNextFile();
/external/llvm-project/lldb/unittests/Utility/
DReproducerTest.cpp228 llvm::Optional<std::string> file = multi_loader->GetNextFile(); in TEST()
244 llvm::Optional<std::string> file = multi_loader->GetNextFile(); in TEST()
259 llvm::Optional<std::string> file = multi_loader->GetNextFile(); in TEST()
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp518 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()
546 while ((gdb_file = multi_loader->GetNextFile())) { in DoExecute()
574 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp303 llvm::Optional<std::string> history_file = multi_loader->GetNextFile(); in Connect()
/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp361 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in GetReplayProcessInstanceInfoList()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h385 llvm::Optional<std::string> GetNextFile() { in GetNextFile() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp324 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in SetInputFile()