HomeSort by relevance Sort by last modified time
    Searched refs:OFile (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Delete.c 35 FAT_OFILE *OFile;
41 OFile = IFile->OFile;
60 if (OFile->Parent == NULL) {
67 Status = OFile->Error;
73 if (OFile->ODir != NULL) {
77 FatResetODirCursor (OFile);
79 Status = FatGetNextDirEnt (OFile, &DirEnt);
92 FatTruncateOFile (OFile, 0);
96 Status = FatRemoveDirEnt (OFile->Parent, OFile->DirEnt);
    [all...]
Flush.c 39 FAT_OFILE *OFile;
45 OFile = IFile->OFile;
46 Volume = OFile->Volume;
52 if (EFI_ERROR (OFile->Error)) {
53 return OFile->Error;
83 // Flush the OFile
86 Status = FatOFileFlush (OFile);
87 Status = FatCleanupVolume (OFile->Volume, OFile, Status, Task);
    [all...]
ReadWrite.c 27 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
39 FAT_OFILE *OFile;
42 OFile = IFile->OFile;
44 if (OFile->Error == EFI_NOT_FOUND) {
48 if (OFile->ODir != NULL) {
64 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
76 FAT_OFILE *OFile;
79 OFile = IFile->OFile;
    [all...]
Open.c 19 Create an Open instance for the existing OFile.
22 @param OFile - The file that serves as a starting reference point.
26 @retval EFI_SUCCESS - Create the new IFile for the OFile successfully
31 IN FAT_OFILE *OFile,
37 ASSERT_VOLUME_LOCKED (OFile->Volume);
54 if (OFile->Volume->DiskIo2 != NULL) {
60 IFile->OFile = OFile;
61 InsertTailList (&OFile->Opens, &IFile->Link);
70 Open a file for a file name relative to an existing OFile.
    [all...]
DirectoryManage.c 19 Get a directory entry from disk for the Ofile.
21 @param Parent - The parent of the OFile which need to update.
61 @param OFile - The parent OFile which needs to update.
70 IN FAT_OFILE *OFile,
87 Status = FatAccessEntry (OFile, WriteData, EntryPos, &DirEnt->Entry);
128 Status = FatAccessEntry (OFile, WriteData, EntryPos, &LfnEntry);
164 Set the OFile's cluster info in its directory entry.
166 @param OFile - The corresponding OFile.
    [all...]
DirectoryCache.c 40 // Make sure the OFile has been closed
42 ASSERT (DirEnt->OFile == NULL);
53 @param OFile - The corresponding OFile.
59 IN FAT_OFILE *OFile
79 Discard the directory structure when an OFile will be freed.
80 Volume will cache this directory if the OFile does not represent a deleted file.
82 @param OFile - The OFile whose directory structure is to be discarded.
87 IN FAT_OFILE *OFile
    [all...]
Info.c 70 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file
86 @param OFile - The open file.
96 IN FAT_OFILE *OFile,
101 return FatGetDirEntInfo (OFile->Volume, OFile->DirEnt, BufferSize, Buffer);
274 @param OFile - The open file.
296 IN FAT_OFILE *OFile,
313 Parent = OFile->Parent;
314 DirEnt = OFile->DirEnt;
352 OFile->PreserveLastModification = TRUE;
    [all...]
FileSpace.c 350 @param OFile - The open file.
358 IN FAT_OFILE *OFile
367 Volume = OFile->Volume;
370 NewSize = FatSizeToClusters (Volume, OFile->FileSize);
375 Cluster = OFile->FileCluster;
403 OFile->FileCluster = FAT_CLUSTER_FREE;
409 OFile->FileCurrentCluster = OFile->FileCluster;
410 OFile->FileLastCluster = LastCluster;
411 OFile->Dirty = TRUE;
    [all...]
Fat.h 189 FAT_OFILE *OFile; // The OFile of the corresponding directory entry
214 FAT_OFILE *OFile;
250 // A list of the IFILE instances for this OFile
275 // Set by an OFile SetPosition
290 // OFile represents a file, then ODir = NULL
294 // The directory entry for the Ofile
362 // File Name of root OFile, it is empty string
459 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
481 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
    [all...]
Misc.c 159 Status = IFile->OFile->Volume->DiskIo2->WriteDiskEx (
160 IFile->OFile->Volume->DiskIo2,
161 IFile->OFile->Volume->MediaId,
168 Status = IFile->OFile->Volume->DiskIo2->ReadDiskEx (
169 IFile->OFile->Volume->DiskIo2,
170 IFile->OFile->Volume->MediaId,
  /external/libpng/contrib/pngminus/
makevms.com 72 $ OFile = AFile
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /external/libpng/scripts/
makevms.com 122 $ OFile = AFile
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 158 $ OFile = AFile
160 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /external/python/cpython2/Modules/zlib/
make_vms.com 275 $ OFile = AFile
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /external/python/cpython3/Modules/zlib/
make_vms.com 275 $ OFile = AFile
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /external/zlib/src/
make_vms.com 275 $ OFile = AFile
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /toolchain/binutils/binutils-2.27/zlib/
make_vms.com 275 $ OFile = AFile
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl

Completed in 276 milliseconds