Searched defs:FindFile (Results 1 – 7 of 7) sorted by relevance
25 def FindFile(api, suffix): function
50 static const char *FindFile(const char *file_path, in FindFile() function63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() function
164 Module::File *Module::FindFile(const string &name) { in FindFile() function in google_breakpad::Module186 Module::File *Module::FindFile(const char *name) { in FindFile() function in google_breakpad::Module
200 bool PathMappingList::FindFile(const FileSpec &orig_spec, in FindFile() function in PathMappingList
245 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( in FindFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
957 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() function in google::protobuf::DescriptorPool::Tables
756 const FileEntry *FindFile = FileMgr.getFile(Opts.FindPchSource); in InitializeSourceManager() local