HomeSort by relevance Sort by last modified time
    Searched full:filenamelength (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txfw32.h 28 ULONG FileNameLength;
40 ULONG FileNameLength;
54 ULONG FileNameLength;
winternl.h 269 ULONG FileNameLength;
283 ULONG FileNameLength;
298 ULONG FileNameLength;
314 ULONG FileNameLength;
331 ULONG FileNameLength;
381 ULONG FileNameLength;
386 ULONG FileNameLength;
393 ULONG FileNameLength;
400 ULONG FileNameLength;
    [all...]
clfs.h 70 ULONG FileNameLength;
winbase.h     [all...]
winioctl.h     [all...]
  /build/make/tools/ziptime/
ZipEntry.cpp 129 uint16_t fileNameLength, extraFieldLength, fileCommentLength;
142 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]);
153 if (fseek(fp, fileNameLength + extraFieldLength + fileCommentLength, SEEK_CUR) != 0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 134 UINTN FileNameLength;
140 FileNameLength = AsciiStrLen (FileName);
142 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameLength + 1 + DescriptionLength + 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 287 UINTN FileNameLength;
303 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
305 BufferLength = (UINT32) FileNameLength + (UINT32) ModeLength + 4;
328 BufferLength -= (UINT32) (FileNameLength + 1);
329 Cur += FileNameLength + 1;
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 49 UINTN FileNameLength;
SemihostLib.c 265 RenameBlock.FileNameLength = AsciiStrLen (FileName);
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 96 ULONG FileNameLength;
  /external/libvncserver/webclients/novnc/include/
jsunzip.js 107 var fileNameLength = this.getInt(fileOffset + 28, 2);
113 var fileName = this.data.slice(fileOffset + 46, fileOffset + 46 + fileNameLength);
114 var fileComment = this.data.slice(fileOffset + 46 + fileNameLength + extraFieldLength, fileOffset + 46 + fileNameLength + extraFieldLength + fileCommentLength);
132 fileOffset += 46 + fileNameLength + extraFieldLength + fileCommentLength;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 579 int filenameLength = readSmallUint(offset);
583 String filename = new String(buf, offset, filenameLength, Charset.forName("US-ASCII"));
584 offset += filenameLength;
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 87 int32_t filenameLength=filename.length();
88 if(filenameLength>0 && filename[filenameLength-1]!=U_FILE_SEP_CHAR &&
89 filename[filenameLength-1]!=U_FILE_ALT_SEP_CHAR) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 487 UINTN FileNameLength;
555 FileNameLength = StrLen (FileName);
558 if (mUnicodeCollation->StriColl (mUnicodeCollation, FileName + FileNameLength - 4, L".efi") != 0) {
560 // NewFileNameLength = FileNameLength + 1 + 4 = (Number of non-null character) + (file extension) + (a null character)
561 NewFileNameLength = FileNameLength + 1 + 4;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 461 UINTN FileNameLength;
493 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
495 BufferLength = (UINT32) FileNameLength + (UINT32) ModeLength + 4;
522 BufferLength -= (UINT32) (FileNameLength + 1);
523 Cur += FileNameLength + 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 366 # int FileNameLength,
388 FileNameLen = frame.FindVariable ("FileNameLength").GetValueAsUnsigned()
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /build/make/tools/zipalign/
ZipEntry.cpp 317 ALOGV("cmp: FileNameLength\n");
  /external/libchrome/sandbox/win/src/
nt_internals.h 172 ULONG FileNameLength;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 298 ALOGV("cmp: FileNameLength\n");
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 331 FileNameLength uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 331 FileNameLength uint32
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c     [all...]

Completed in 1010 milliseconds

1 2