Searched defs:FindFile (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pdb-output.py24 def FindFile(pdb): function
28 if not FindFile('output_exe.pdb'):
30 if not FindFile('output_dll.pdb'):
H A Dgyptest-link-pdb.py24 def FindFile(pdb): function
30 if not FindFile('name_outdir.pdb'):
32 if not FindFile('name_proddir.pdb'):
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list.cpp34 const char* SearchPathList::FindFile(const char* file_name) { function in class:crazy::SearchPathList
/external/chromium_org/tools/symsrc/
H A Dsource_index.py61 def FindFile(filename): function
69 srctool = subprocess.Popen([FindFile('srctool.exe'), '-r', pdb_filename],
80 srctool = subprocess.Popen([FindFile('pdbstr.exe'),
100 srctool = subprocess.Popen([FindFile('pdbstr.exe'),
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py105 def FindFile(name, srcroot, srcdirs): function
172 src_file = FindFile(src_name, root, search_dirs)
/external/lldb/source/Target/
H A DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const function in class:PathMappingList
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dfuse_fs_test.cc58 File* FindFile(const char* path) { function in namespace:__anon8955
78 File* file = FindFile(path);
111 File* file = FindFile(path);
129 return FindFile(path) != NULL;
137 File* file = FindFile(path);
158 File* file = FindFile(path);
172 File* file = FindFile(path);
182 File* file = FindFile(path);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc174 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
270 return MaybeCopy(index_.FindFile(filename), output);
331 return MaybeParse(index_.FindFile(filename), output);
H A Ddescriptor.cc394 inline const FileDescriptor* FindFile(const string& key) const;
686 inline const FileDescriptor* DescriptorPool::Tables::FindFile( function in class:google::protobuf::DescriptorPool::Tables
885 return tables_->FindFile(filename) != NULL;
964 const FileDescriptor* result = tables_->FindFile(name);
971 result = tables_->FindFile(name);
1380 if (tables_->FindFile(file_proto.name()) != NULL) {
1404 if (tables_->FindFile(file_proto.name()) != NULL) {
3027 const FileDescriptor* existing_file = tables_->FindFile(filename_);
3070 if (tables_->FindFile(proto.dependency(i)) == NULL &&
3139 const FileDescriptor* dependency = tables_->FindFile(prot
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc174 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
270 return MaybeCopy(index_.FindFile(filename), output);
331 return MaybeParse(index_.FindFile(filename), output);
H A Ddescriptor.cc353 inline const FileDescriptor* FindFile(const string& key) const;
594 inline const FileDescriptor* DescriptorPool::Tables::FindFile( function in class:google::protobuf::DescriptorPool::Tables
793 return tables_->FindFile(filename) != NULL;
872 const FileDescriptor* result = tables_->FindFile(name);
879 const FileDescriptor* result = tables_->FindFile(name);
1250 if (tables_->FindFile(file_proto.name()) != NULL) {
1274 if (tables_->FindFile(file_proto.name()) != NULL) {
2686 const FileDescriptor* existing_file = tables_->FindFile(filename_);
2729 if (tables_->FindFile(proto.dependency(i)) == NULL &&
2790 const FileDescriptor* dependency = tables_->FindFile(prot
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc77 int FindFile(const InternalKeyComparator& icmp, function in namespace:leveldb
138 index = FindFile(icmp, files, small.Encode());
166 index_ = FindFile(icmp_, *flist_, target);
309 uint32_t index = FindFile(vset_->icmp_, files_[level], internal_key);
366 uint32_t index = FindFile(vset_->icmp_, files_[level], ikey);

Completed in 356 milliseconds