Home
last modified time | relevance | path

Searched defs:FindFile (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/
Dmodule.cc164 Module::File *Module::FindFile(const string &name) { in FindFile() function in google_breakpad::Module
186 Module::File *Module::FindFile(const char *name) { in FindFile() function in google_breakpad::Module
/external/pigweed/pw_file/
Dflat_file_system.cc147 Result<Entry*> FlatFileSystemService::FindFile(std::string_view file_name) { in FindFile() function in pw::file::FlatFileSystemService
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc293 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( in FindFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
855 EncodedDescriptorDatabase::DescriptorIndex::FindFile( in FindFile() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
Ddescriptor.cc1554 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc293 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( in FindFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
855 EncodedDescriptorDatabase::DescriptorIndex::FindFile( in FindFile() function in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
Ddescriptor.cc1546 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/external/clang/lib/Frontend/
DCompilerInstance.cpp756 const FileEntry *FindFile = FileMgr.getFile(Opts.FindPchSource); in InitializeSourceManager() local
/external/leveldb/db/
Dversion_set.cc87 int FindFile(const InternalKeyComparator& icmp, in FindFile() function