HomeSort by relevance Sort by last modified time
    Searched refs:FileInfo (Results 26 - 50 of 350) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c 20 #include <Guid/FileInfo.h>
55 EFI_FILE_INFO *FileInfo;
67 FileInfo = NULL;
76 FileInfo = AllocateZeroPool(FileInfoSize);
83 FileInfo);
87 if (EFI_ERROR(Status) && (FileInfo != NULL)) {
88 FreePool(FileInfo);
89 FileInfo = NULL;
92 return (FileInfo);
102 @param[in] FileInfo The information to set.
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 139 final FileInfo info = new FileInfo(mPrefix);
154 final FileInfo info = new FileInfo(mPrefix);
218 final FileInfo info = new FileInfo(mPrefix);
287 final FileInfo info = new FileInfo(mPrefix);
308 final FileInfo info = new FileInfo(mPrefix)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 14 func fileInfoFromStat(d *syscall.Dir) FileInfo {
89 // Stat returns a FileInfo describing the named file.
91 func Stat(name string) (FileInfo, error) {
99 // Lstat returns a FileInfo describing the named file.
100 // If the file is a symbolic link, the returned FileInfo
103 func Lstat(name string) (FileInfo, error) {
108 func atime(fi FileInfo) time.Time {
stat_windows.go 13 // Stat returns the FileInfo structure describing file.
15 func (file *File) Stat() (FileInfo, error) {
60 // Stat returns a FileInfo structure describing the named file.
62 func Stat(name string) (FileInfo, error) {
63 var fi FileInfo
81 // Lstat returns the FileInfo structure describing the named file.
82 // If the file is a symbolic link, the returned FileInfo
85 func Lstat(name string) (FileInfo, error) {
dir.go 8 // returns a slice of up to n FileInfo values, as would be returned
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
20 // directory, Readdir returns the FileInfo read until that point
22 func (f *File) Readdir(n int) ([]FileInfo, error) {
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 14 func fileInfoFromStat(d *syscall.Dir) FileInfo {
89 // Stat returns a FileInfo describing the named file.
91 func Stat(name string) (FileInfo, error) {
99 // Lstat returns a FileInfo describing the named file.
100 // If the file is a symbolic link, the returned FileInfo
103 func Lstat(name string) (FileInfo, error) {
108 func atime(fi FileInfo) time.Time {
stat_windows.go 13 // Stat returns the FileInfo structure describing file.
15 func (file *File) Stat() (FileInfo, error) {
60 // Stat returns a FileInfo structure describing the named file.
62 func Stat(name string) (FileInfo, error) {
63 var fi FileInfo
81 // Lstat returns the FileInfo structure describing the named file.
82 // If the file is a symbolic link, the returned FileInfo
85 func Lstat(name string) (FileInfo, error) {
dir.go 8 // returns a slice of up to n FileInfo values, as would be returned
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
20 // directory, Readdir returns the FileInfo read until that point
22 func (f *File) Readdir(n int) ([]FileInfo, error) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GCOV.h 28 class FileInfo;
163 void collectLineCounts(FileInfo &FI);
175 void collectLineCounts(FileInfo &FI);
193 void collectLineCounts(FileInfo &FI);
206 void collectLineCounts(FileInfo &FI, StringRef Filename, uint32_t Count);
214 class FileInfo {
  /device/google/dragon/crash_collector/
coredump_writer.h 51 struct FileInfo {
55 using FileMappings = std::map<FileRange, FileInfo>;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Attrib.c 55 EFI_FILE_INFO *FileInfo;
222 FileInfo = gEfiShellProtocol->GetFileInfo(FileNode->Handle);
228 FileInfo->Attribute &= ~EFI_FILE_READ_ONLY;
232 Status = ShellSetFileInfo(FileNode->Handle, FileInfo);
242 FileInfo->Attribute &= ~FileAttributesToRemove;
243 FileInfo->Attribute |= FileAttributesToAdd;
248 Status = ShellSetFileInfo(FileNode->Handle, FileInfo);
254 SHELL_FREE_NON_NULL(FileInfo);
Rm.c 37 EFI_FILE_INFO *FileInfo;
43 FileInfo = NULL;
45 for (FileHandleFindFirstFile(FileHandle, &FileInfo)
47 ; FileHandleFindNextFile(FileHandle, FileInfo, &NoFile)
49 if (StrStr(FileInfo->FileName, L".") != FileInfo->FileName
50 &&StrStr(FileInfo->FileName, L"..") != FileInfo->FileName) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Touch.c 35 EFI_FILE_INFO *FileInfo;
37 FileInfo = gEfiShellProtocol->GetFileInfo(Handle);
38 if ((FileInfo->Attribute & EFI_FILE_READ_ONLY) != 0){
41 Status = gRT->GetTime(&FileInfo->ModificationTime, NULL);
47 CopyMem(&FileInfo->LastAccessTime, &FileInfo->ModificationTime, sizeof(EFI_TIME));
49 Status = gEfiShellProtocol->SetFileInfo(Handle, FileInfo);
51 FreePool(FileInfo);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug107.go 9 type _ os.FileInfo
  /prebuilts/go/linux-x86/test/fixedbugs/
bug107.go 9 type _ os.FileInfo
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DownloadCompletionReceiver.java 25 import android.telephony.mbms.FileInfo;
44 FileInfo completedFileInfo = intent.getParcelableExtra(
63 private Path getDestinationFile(Context context, String serviceId, FileInfo info) {
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
FileServiceRepository.java 21 import android.telephony.mbms.FileInfo;
92 List<FileInfo> fileInfos = Arrays.stream(filesIncluded)
112 private FileInfo getFileInfoForUri(Uri uri) {
117 return new FileInfo(uri, "application/octet-stream");
  /system/core/init/
descriptors.cpp 97 FileInfo::FileInfo(const std::string& name, const std::string& type, uid_t uid,
103 int FileInfo::Create(const std::string&) const {
129 const std::string FileInfo::key() const {
descriptors.h 72 class FileInfo : public DescriptorInfo {
74 FileInfo(const std::string& name, const std::string& type, uid_t uid,
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
FirmwareVolume.h 139 @param FileInfo Upon exit, points to the file's
145 @retval EFI_INVALID_PARAMETER If FileInfo is NULL.
153 OUT EFI_FV_FILE_INFO *FileInfo
166 @param FileInfo Upon exit, points to the file's
172 @retval EFI_INVALID_PARAMETER If FileInfo is NULL.
180 OUT EFI_FV_FILE_INFO2 *FileInfo
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 65 // FileInfo returns an os.FileInfo for the Header.
66 func (h *Header) FileInfo() os.FileInfo {
70 // headerFileInfo implements os.FileInfo.
159 var sysStat func(fi os.FileInfo, h *Header) error
196 // Because os.FileInfo's Name method returns only the base name of
199 func FileInfoHeader(fi os.FileInfo, link string) (*Header, error) {
201 return nil, errors.New("tar: FileInfo is nil")
248 // FileInfo fields
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 65 // FileInfo returns an os.FileInfo for the Header.
66 func (h *Header) FileInfo() os.FileInfo {
70 // headerFileInfo implements os.FileInfo.
159 var sysStat func(fi os.FileInfo, h *Header) error
196 // Because os.FileInfo's Name method returns only the base name of
199 func FileInfoHeader(fi os.FileInfo, link string) (*Header, error) {
201 return nil, errors.New("tar: FileInfo is nil")
248 // FileInfo fields
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 29 #include <Guid/FileInfo.h>
624 EFI_FILE_INFO *FileInfo;
642 FileInfo = NULL;
776 FileInfo = NULL;
782 FileInfo
786 FileInfo = AllocatePool (FileInfoSize);
787 if (FileInfo == NULL) {
794 FileInfo
799 if (!EFI_ERROR (Status) && (FileInfo != NULL)) {
800 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 136 FvFileInfo->FileInfo.FileSize = 0;
142 Status = FvFsFindExecutableSection (FvProtocol, FvFileInfo, (UINTN*)&FvFileInfo->FileInfo.FileSize, &IgnoredPtr);
156 (UINTN*)&FvFileInfo->FileInfo.FileSize,
170 (UINTN*)&FvFileInfo->FileInfo.FileSize,
184 (UINTN*)&FvFileInfo->FileInfo.FileSize,
290 the memory represented by FileInfo.
291 @param FileInfo A pointer to EFI_FILE_INFO to contain the returned file info.
301 OUT EFI_FILE_INFO *FileInfo
306 InfoSize = (UINTN)FvFileInfo->FileInfo.Size;
313 // Initialize FileInfo
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 115 void GCOVFile::collectLineCounts(FileInfo &FI) {
357 void GCOVFunction::collectLineCounts(FileInfo &FI) {
399 void GCOVBlock::collectLineCounts(FileInfo &FI) {
428 // FileInfo implementation.
541 std::string FileInfo::getCoveragePath(StringRef Filename,
558 FileInfo::openCoveragePath(StringRef CoveragePath) {
573 void FileInfo::print(raw_ostream &InfoOS, StringRef MainFilename,
694 void FileInfo::printFunctionSummary(raw_ostream &OS,
711 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block,
721 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block
    [all...]

Completed in 181 milliseconds

12 3 4 5 6 7 8 91011>>