/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
FwVol.c | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
DmpStore.c | 613 EFI_FILE_INFO *FileInfo;
681 FileInfo = ShellGetFileInfo (FileHandle);
682 if (FileInfo == NULL) {
686 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
695 FreePool (FileInfo);
732 FileInfo = ShellGetFileInfo (FileHandle);
733 if (FileInfo == NULL) {
737 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
741 FreePool (FileInfo);
|
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 911 SortedVector<AssetDir::FileInfo>* pMergedInfo = NULL; 929 pMergedInfo = new SortedVector<AssetDir::FileInfo>; 969 SortedVector<AssetDir::FileInfo>* pMergedInfo = NULL; 978 pMergedInfo = new SortedVector<AssetDir::FileInfo>; 1013 bool AssetManager::scanAndMergeDirLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, 1024 SortedVector<AssetDir::FileInfo>* pContents = scanDirLocked(path); 1051 matchIdx = AssetDir::FileInfo::findEntry(pMergedInfo, match); [all...] |
/external/llvm/include/llvm/Support/ |
GCOV.h | 30 class FileInfo; 241 void collectLineCounts(FileInfo &FI); 283 void collectLineCounts(FileInfo &FI); 352 void collectLineCounts(FileInfo &FI); 364 class FileInfo { 398 FileInfo(const GCOV::Options &Options)
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
GCOV.h | 38 class FileInfo; 251 void collectLineCounts(FileInfo &FI); 295 void collectLineCounts(FileInfo &FI); 366 void collectLineCounts(FileInfo &FI); 378 class FileInfo { 411 FileInfo(const GCOV::Options &Options) : Options(Options) {}
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
PeiServicesLib.h | 357 @param FileInfo Upon exit, points to the file's
365 @retval EFI_INVALID_PARAMETER If FileInfo is NULL.
372 OUT EFI_FV_FILE_INFO *FileInfo
382 @param FileInfo Upon exit, points to the file's
390 @retval EFI_INVALID_PARAMETER If FileInfo is NULL.
397 OUT EFI_FV_FILE_INFO2 *FileInfo
415 @retval EFI_INVALID_PARAMETER If FileInfo is NULL.
|
/prebuilts/go/darwin-x86/misc/android/ |
cleaner.go | 23 err := filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
|
/prebuilts/go/darwin-x86/src/os/ |
stat_dragonfly.go | 49 func atime(fi FileInfo) time.Time {
|
stat_solaris.go | 49 func atime(fi FileInfo) time.Time {
|
types_plan9.go | 12 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
|
types_unix.go | 15 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
|
/prebuilts/go/linux-x86/misc/android/ |
cleaner.go | 23 err := filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
|
/prebuilts/go/linux-x86/src/os/ |
stat_dragonfly.go | 49 func atime(fi FileInfo) time.Time {
|
stat_solaris.go | 49 func atime(fi FileInfo) time.Time {
|
types_plan9.go | 12 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
|
types_unix.go | 15 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
BdsInternal.h | 35 #include <Guid/FileInfo.h>
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsInternal.h | 30 #include <Guid/FileInfo.h>
|