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

1 2

  /external/syslinux/core/fs/pxe/
ftp_readdir.c 23 static int dirtype(char type) function
125 dt = dirtype(type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tar.h 38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0.
95 #define DIRTYPE '5' /* Directory. */
dirent.h 123 # define DTTOIF(dirtype) ((dirtype) << 12)
  /bionic/libc/include/
tar.h 45 #define DIRTYPE '5'
  /bionic/tests/headers/posix/
tar_h.c 45 MACRO_VALUE(DIRTYPE, '5');
  /frameworks/support/compat/src/main/java/androidx/core/text/
BidiFormatter.java     [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java     [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 111 #define CDTTOIF(dirtype) ((dirtype) << 12)
  /external/python/cpython3/Lib/test/
test_tarfile.py 243 self.assertIn(b'ustar/dirtype/', out)
244 self.assertIn(b'ustar/dirtype-with-size/', out)
490 # Test old style dirtype member (bug #1336623):
493 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
494 self.assertEqual(tarinfo.type, tarfile.DIRTYPE,
495 "v7 dirtype failed")
571 dirtype = "ustar/dirtype"
576 tarinfo = tar.getmember(dirtype)
578 extracted = os.path.join(DIR, dirtype)
    [all...]
  /external/python/cpython2/Lib/test/
test_tarfile.py 179 self.assertIn('ustar/dirtype/', out)
180 self.assertIn('ustar/dirtype-with-size/', out)
407 # Test old style dirtype member (bug #1336623):
410 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
411 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
412 "v7 dirtype failed")
638 tarinfo = self.tar.getmember("ustar/dirtype")
642 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
696 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 266 # Test old style dirtype member (bug #1336623):
269 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
270 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
271 "v7 dirtype failed")
471 tarinfo = self.tar.getmember("ustar/dirtype")
475 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
529 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 190 #define CDTTOIF(dirtype) ((dirtype) << 12)
  /external/zlib/src/contrib/untgz/
untgz.c 48 #define DIRTYPE '5' /* directory */
459 case DIRTYPE:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 188 #define CDTTOIF(dirtype) ((dirtype) << 12)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tarfile.py 269 # Test old style dirtype member (bug #1336623):
272 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
273 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
274 "v7 dirtype failed")
494 tarinfo = self.tar.getmember("ustar/dirtype")
498 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
552 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tarfile.py 269 # Test old style dirtype member (bug #1336623):
272 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
273 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
274 "v7 dirtype failed")
494 tarinfo = self.tar.getmember("ustar/dirtype")
498 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
552 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 269 # Test old style dirtype member (bug #1336623):
272 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
273 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
274 "v7 dirtype failed")
494 tarinfo = self.tar.getmember("ustar/dirtype")
498 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
552 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 269 # Test old style dirtype member (bug #1336623):
272 tarinfo = self.tar.getmember("misc/dirtype-old-v7")
273 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
274 "v7 dirtype failed")
494 tarinfo = self.tar.getmember("ustar/dirtype")
498 tarinfo = self.tar.getmember("ustar/dirtype-with-size")
552 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 48 #define DIRTYPE '5' /* directory */
459 case DIRTYPE:
  /external/clang/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
DirectoryLookup.h 131 /// DirCharacteristic - The type of directory this is, one of the DirType enum

Completed in 5414 milliseconds

1 2