OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindFile
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/tools/aapt2/io/
FileSystem.cpp
62
IFile* FileCollection::
FindFile
(const StringPiece& path) {
ZipArchive.cpp
130
IFile* ZipFileCollection::
FindFile
(const StringPiece& path) {
/external/google-breakpad/src/common/
module.cc
145
Module::File *Module::
FindFile
(const string &name) {
167
Module::File *Module::
FindFile
(const char *name) {
169
return
FindFile
(name_string);
/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.cc
471
inline const FileDescriptor*
FindFile
(const string& key) const;
817
inline const FileDescriptor* DescriptorPool::Tables::
FindFile
(
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c
158
FindFile
(
447
Fptr =
FindFile
(FileNameCopy, sizeof (FileNameCopy), FileSearchType);
944
FindFile
(
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c
205
FindFile
(
492
SourceFile->Fptr =
FindFile
(SourceFile->FileName, FoundFileName, sizeof (FoundFileName));
[
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/Tools/Source/UefiStrGather/
StrGather.c
218
FindFile
(
519
SourceFile->Fptr =
FindFile
(SourceFile->FileName, FoundFileName, sizeof (FoundFileName));
[
all
...]
Completed in 663 milliseconds