/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/ |
WinNtSimpleFileSystem.c | 38 #include <Guid/FileInfo.h>
[all...] |
/build/soong/third_party/zip/ |
struct.go | 93 // FileInfo returns an os.FileInfo for the FileHeader. 94 func (h *FileHeader) FileInfo() os.FileInfo { 98 // headerFileInfo implements os.FileInfo. 116 // os.FileInfo. 117 // Because os.FileInfo's Name method returns only the base name of 120 func FileInfoHeader(fi os.FileInfo) (*FileHeader, error) {
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSimpleFileSystemDxe/ |
EmuSimpleFileSystem.h | 25 #include <Guid/FileInfo.h>
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
UefiShellCommandLib.h | 21 #include <Guid/FileInfo.h>
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
UefiShellLib.h | 20 #include <Guid/FileInfo.h>
|
/external/swiftshader/third_party/LLVM/tools/llvm-cov/ |
llvm-cov.cpp | 75 FileInfo FI;
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
struct.go | 93 // FileInfo returns an os.FileInfo for the FileHeader. 94 func (h *FileHeader) FileInfo() os.FileInfo { 98 // headerFileInfo implements os.FileInfo. 116 // os.FileInfo. 117 // Because os.FileInfo's Name method returns only the base name of 120 func FileInfoHeader(fi os.FileInfo) (*FileHeader, error) {
|
/prebuilts/go/darwin-x86/src/os/ |
dir_plan9.go | 12 func (file *File) readdir(n int) ([]FileInfo, error) { 23 fi := make([]FileInfo, 0, size) // Empty with room to grow.
|
dir_unix.go | 18 func (f *File) readdir(n int) (fi []FileInfo, err error) { 24 fi = make([]FileInfo, 0, len(names))
|
dir_windows.go | 12 func (file *File) readdir(n int) (fi []FileInfo, err error) { 28 fi = make([]FileInfo, 0, size) // Empty with room to grow.
|
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/src/archive/zip/ |
struct.go | 93 // FileInfo returns an os.FileInfo for the FileHeader. 94 func (h *FileHeader) FileInfo() os.FileInfo { 98 // headerFileInfo implements os.FileInfo. 116 // os.FileInfo. 117 // Because os.FileInfo's Name method returns only the base name of 120 func FileInfoHeader(fi os.FileInfo) (*FileHeader, error) {
|
/prebuilts/go/linux-x86/src/os/ |
dir_plan9.go | 12 func (file *File) readdir(n int) ([]FileInfo, error) { 23 fi := make([]FileInfo, 0, size) // Empty with room to grow.
|
dir_unix.go | 18 func (f *File) readdir(n int) (fi []FileInfo, err error) { 24 fi = make([]FileInfo, 0, len(names))
|
dir_windows.go | 12 func (file *File) readdir(n int) (fi []FileInfo, err error) { 28 fi = make([]FileInfo, 0, size) // Empty with room to grow.
|
/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)
|
/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/linux-x86/misc/android/ |
cleaner.go | 23 err := filepath.Walk(goroot, func(path string, info os.FileInfo, err error) error {
|