HomeSort by relevance Sort by last modified time
    Searched defs:filetype (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/ext2fs/
newdir.c 35 int filetype = 0; local
52 filetype = EXT2_FT_DIR << 8;
57 dir->name_len = 1 | filetype;
70 dir->name_len = 2 | filetype;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 69 struct stat filetype; local
70 if (stat(filename, &filetype) != 0)
72 if (S_ISDIR(filetype.st_mode)) {
  /system/core/toolbox/
ls.c 142 char filetype = mode2kind(s.st_mode); local
143 if (filetype != 'l') {
144 printf("%c ", filetype);
  /external/e2fsprogs/e2fsck/
pass2.c 472 * Check the directory filetype (if present)
479 int filetype = dirent->name_len >> 8; local
485 if (filetype == 0 ||
506 if (filetype == should_be)
510 if (fix_problem(ctx, filetype ? PR_2_BAD_FILETYPE : PR_2_SET_FILETYPE,
    [all...]
rehash.c 495 int filetype = 0; local
498 filetype = EXT2_FT_DIR << 8;
504 dir->name_len = 1 | filetype;
510 dir->name_len = 2 | filetype;
  /external/e2fsprogs/debugfs/
debugfs.c 1632 int filetype, nr; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 35 // Constants for the "filetype" field in llvm::MachO::mach_header and
279 uint32_t filetype; member in struct:llvm::MachO::mach_header
289 uint32_t filetype; member in struct:llvm::MachO::mach_header_64

Completed in 151 milliseconds