/external/e2fsprogs/tests/f_filetype/ |
name | 1 set filetype information and illegal special files
|
expect.1 | 15 Setting filetype for entry '.' in / (2) to 2. 16 Setting filetype for entry '..' in / (2) to 2. 17 Setting filetype for entry 'lost+found' in / (2) to 2. 18 Setting filetype for entry 'file' in / (2) to 1. 19 Setting filetype for entry 'dir' in / (2) to 2. 20 Setting filetype for entry 'fifo' in / (2) to 5. 21 Setting filetype for entry 'block' in / (2) to 4. 22 Setting filetype for entry 'char' in / (2) to 3. 23 Setting filetype for entry 'symlink' in / (2) to 7. 33 Setting filetype for entry '.' in /lost+found (11) to 2 [all...] |
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
name | 0 filetype of .. in orphaned directories
|
expect.1 | 7 Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6). 10 Entry '..' in ??? (13) has an incorrect filetype (was 2, should be 6). 13 Entry '..' in ??? (14) has an incorrect filetype (was 2, should be 6). 16 Entry '..' in ??? (15) has an incorrect filetype (was 2, should be 6).
|
/external/e2fsprogs/tests/m_no_opt/ |
script | 3 MKE2FS_OPTS="-O ^sparse_super,^filetype"
|
/frameworks/base/media/java/android/media/ |
MediaFile.java | 90 int fileType; 93 MediaFileType(int fileType, String mimeType) { 94 this.fileType = fileType; 103 static void addFileType(String extension, int fileType, String mimeType) { 104 sFileTypeMap.put(extension, new MediaFileType(fileType, mimeType)); 105 sMimeTypeMap.put(mimeType, Integer.valueOf(fileType)); 191 public static boolean isAudioFileType(int fileType) { 192 return ((fileType >= FIRST_AUDIO_FILE_TYPE && 193 fileType <= LAST_AUDIO_FILE_TYPE) | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
newdir.c | 35 int filetype = 0; local 49 filetype = EXT2_FT_DIR << 8; 54 dir->name_len = 1 | filetype; 65 dir->name_len = 2 | filetype;
|
/external/e2fsprogs/misc/ |
mke2fs.conf | 2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
|
default_profile.c | 3 " base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr\n"
|
/external/e2fsprogs/tests/f_hurd/ |
expect.1 | 1 The Hurd does not support the filetype feature.
|
/external/dropbear/ |
keyimport.h | 38 int filetype); 39 sign_key *import_read(const char *filename, char *passphrase, int filetype); 40 int import_encrypted(const char* filename, int filetype);
|
/external/chromium/net/disk_cache/ |
block_files.h | 38 bool CreateBlock(FileType block_type, int block_count, Addr* block_address); 51 bool CreateBlockFile(int index, FileType file_type, bool force); 58 MappedFile* FileForNewBlock(FileType block_type, int block_count); 64 int CreateNextBlockFile(FileType block_type); 67 void RemoveEmptyFile(FileType block_type);
|
addr.h | 15 enum FileType { 53 Addr(FileType file_type, int max_blocks, int block_file, int index) { 77 FileType file_type() const { 78 return static_cast<FileType>((value_ & kFileTypeMask) >> kFileTypeOffset); 95 static int BlockSizeForFileType(FileType file_type) { 110 static FileType RequiredFileType(int size) {
|
/external/e2fsprogs/tests/f_salvage_dir/ |
expect.1 | 9 Setting filetype for entry 'c' in /test (12) to 1.
|
/external/qemu/distrib/sdl-1.2.12/src/main/win32/ |
version.rc | 18 FILETYPE 0x2L
|
/frameworks/base/include/utils/ |
AssetDir.h | 63 FileType getFileType(int idx) { 109 void set(const String8& path, FileType type) { 117 FileType getFileType(void) const { return mFileType; } 118 void setFileType(FileType type) { mFileType = type; } 132 FileType mFileType; // regular, directory, etc
|
misc.h | 66 typedef enum FileType { 76 } FileType; 78 FileType getFileType(const char* fileName);
|
/external/bluetooth/glib/gmodule/ |
gmodule.rc.in | 9 FILETYPE VFT_DLL
|
/external/bluetooth/glib/gobject/ |
gobject.rc.in | 9 FILETYPE VFT_DLL
|
/external/bluetooth/glib/gthread/ |
gthread.rc.in | 9 FILETYPE VFT_DLL
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.rc | 26 FILETYPE 0x2L
|
/external/webkit/WebCore/WebCore.vcproj/ |
QTMovieWin.rc | 26 FILETYPE 0x2L
|
/external/zlib/contrib/vstudio/vc10/ |
zlib.rc | 10 FILETYPE VFT_DLL
|
/external/zlib/contrib/vstudio/vc7/ |
zlib.rc | 10 FILETYPE VFT_DLL
|
/external/zlib/contrib/vstudio/vc8/ |
zlib.rc | 10 FILETYPE VFT_DLL
|