Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A 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
/aosp_15_r20/external/pigweed/pw_file/
H A Dflat_file_system.cc146 Result<Entry*> FlatFileSystemService::FindFile(std::string_view file_name) { in FindFile() function in pw::file::FlatFileSystemService
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp155 IFile* ZipFileCollection::FindFile(StringPiece path) { in FindFile() function in aapt::io::ZipFileCollection
H A DFileSystem.cpp151 IFile* FileCollection::FindFile(StringPiece path) { in FindFile() function in aapt::io::FileCollection
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
H A Ddescriptor.cc1554 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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
H A Ddescriptor.cc1548 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp576 std::string FindFile(const std::string& path, const std::string& target_name) { in FindFile() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp756 const FileEntry *FindFile = FileMgr.getFile(Opts.FindPchSource); in InitializeSourceManager() local
/aosp_15_r20/external/leveldb/db/
H A Dversion_set.cc87 int FindFile(const InternalKeyComparator& icmp, in FindFile() function