Searched refs:FindFile (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list_unittest.cpp34 EXPECT_FALSE(list.FindFile("/foo"));
35 EXPECT_FALSE(list.FindFile("/tmp/zoo"));
36 EXPECT_FALSE(list.FindFile("/tmp/foo/bar"));
43 EXPECT_STREQ("/tmp/foo/bar", list.FindFile("bar"));
44 EXPECT_FALSE(list.FindFile("zoo"));
45 EXPECT_FALSE(list.FindFile("foo"));
52 EXPECT_STREQ("/tmp/foo/bar", list.FindFile("bar"));
55 EXPECT_FALSE(list.FindFile("bar"));
62 EXPECT_STREQ("/tmp/foo/bar", list.FindFile("foo/bar"));
63 EXPECT_STREQ("/foo", list.FindFile("fo
[all...]
H A Dcrazy_linker_search_path_list.h39 const char* FindFile(const char* file_name);
H A Dcrazy_linker_search_path_list.cpp34 const char* SearchPathList::FindFile(const char* file_name) { function in class:crazy::SearchPathList
H A Dcrazy_linker_library_list.cpp287 const char* path = search_path_list->FindFile(lib_name);
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pdb.py24 def FindFile(pdb): function
30 if not FindFile('name_outdir.pdb'):
32 if not FindFile('name_proddir.pdb'):
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'):
/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/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/lldb/include/lldb/Target/
H A DPathMappingList.h141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/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_database.h173 Value FindFile(const string& filename);
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_database.h172 Value FindFile(const string& filename);
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_test.cc38 return FindFile(cmp, files_, target.Encode());
H A Dversion_set.h42 extern int FindFile(const InternalKeyComparator& icmp,
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);
/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
H A DStackFrame.cpp446 if (m_sc.target_sp->GetSourcePathMap().FindFile (m_sc.line_entry.file, new_file_spec))
/external/lldb/source/Core/
H A DSourceManager.cpp400 if (target->GetSourcePathMap().FindFile (m_file_spec, new_file_spec) ||
H A DModule.cpp1479 return m_source_mappings.FindFile (orig_spec, new_spec);

Completed in 1777 milliseconds