Home
last modified time | relevance | path

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

/external/pigweed/pw_file/
Dflat_file_system.cc146 Result<Entry*> FlatFileSystemService::FindFile(std::string_view file_name) { in FindFile() function in pw::file::FlatFileSystemService
/external/google-breakpad/src/common/
Dmodule.cc246 Module::File* Module::FindFile(const string& name) { in FindFile() function in google_breakpad::Module
268 Module::File* Module::FindFile(const char* name) { in FindFile() function in google_breakpad::Module
/external/cronet/tot/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.cc1548 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/external/cronet/stable/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.cc1548 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/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/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