HomeSort by relevance Sort by last modified time
    Searched refs:FindFile (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/tools/aapt2/io/
File.h 99 virtual IFile* FindFile(const android::StringPiece& path) = 0;
FileSystem.h 63 IFile* FindFile(const android::StringPiece& path) override;
FileSystem.cpp 62 IFile* FileCollection::FindFile(const StringPiece& path) {
ZipArchive.h 72 io::IFile* FindFile(const android::StringPiece& path) override;
ZipArchive.cpp 130 IFile* ZipFileCollection::FindFile(const StringPiece& path) {
  /external/google-breakpad/src/common/
module_unittest.cc 81 Module::File *file = m.FindFile("file_name.cc");
106 Module::File *file1 = m.FindFile("filename-b.cc");
107 Module::File *file2 = m.FindFile("filename-a.cc");
162 Module::File *file1 = m.FindFile("filename1");
163 m.FindFile("filename2"); // not used by any line
164 Module::File *file3 = m.FindFile("filename3");
212 Module::File *file1 = m.FindFile("filename.cc");
380 Module::File *file1 = m.FindFile("foo");
381 Module::File *file2 = m.FindFile(string("bar"));
382 Module::File *file3 = m.FindFile(string("foo"))
    [all...]
module.h 224 File *FindFile(const string &name);
225 File *FindFile(const char *name);
271 // - the source files added via FindFile,
dwarf_line_to_module.cc 103 files_[file_num] = module_->FindFile(full_name);
module.cc 145 Module::File *Module::FindFile(const string &name) {
167 Module::File *Module::FindFile(const char *name) {
169 return FindFile(name_string);
stabs_to_module.cc 73 current_source_file_ = module_->FindFile(name);
121 current_source_file_ = module_->FindFile(name);
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 55 io::IFile* file = zip->FindFile("resources.arsc.flat");
77 file = zip->FindFile("resources.arsc");
Optimize.cpp 313 io::IFile* manifest_file = apk->GetFileCollection()->FindFile("AndroidManifest.xml");
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 174 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindFile(
269 return MaybeCopy(index_.FindFile(filename), output);
331 return MaybeParse(index_.FindFile(filename), output);
descriptor_database.h 174 Value FindFile(const string& filename);
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 38 io::IFile* file = apk->FindFile("resources.arsc");
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 173 Value FindFile(const string& filename);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 173 Value FindFile(const string& filename);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 173 Value FindFile(const string& filename);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 174 Value FindFile(const string& filename);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 173 Value FindFile(const string& filename);
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 69 io::IFile* f = collection->FindFile(*old_file->path);
116 io::IFile* f = collection->FindFile(*old_file->path);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 158 FindFile (
447 Fptr = FindFile (FileNameCopy, sizeof (FileNameCopy), FileSearchType);
944 FindFile (
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 756 const FileEntry *FindFile = FileMgr.getFile(Opts.FindPchSource);
757 if (!FindFile) {
764 Includers.push_back(std::make_pair(FindFile, FindFile->getDir()));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 714 HANDLE FindFile,
722 HANDLE FindFile
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 716 HANDLE FindFile,
724 HANDLE FindFile

Completed in 634 milliseconds

1 2