/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Types/ |
tBit_Block.py | 109 - FILESYSTEM BLOCK_8BIT set to 0x5D 125 log.I("Check filesystem value") 126 assert commands.getoutput("cat %s"%(self.filesystem_name)) == filesystem_value[index_bit], log.F("FILESYSTEM : parameter update error for %s after setting bit %s "%(self.block_name, self.bit_name[index_bit])) 146 - FILESYSTEM BLOCK_8BIT must not change 169 log.I("Check filesystem value") 170 assert commands.getoutput("cat %s"%(self.filesystem_name)) == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name)) 187 - check block bit Filesystem value 197 - FILESYSTEM BLOCK_8BIT must not change 220 log.I("Check filesystem value") 221 assert commands.getoutput("cat %s"%(self.filesystem_name)) == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name) [all...] |
/external/parameter-framework/test/functional-tests/PfwTestCase/Functions/ |
tFunction_Export_Import_Domains.py | 204 #Check parameter value on filesystem 205 assert commands.getoutput("cat %s"%(self.filesystem_01)) == hex_value, log.F("FILESYSTEM : parameter %s update error"%self.param_name_01) 213 #Check parameter value on filesystem 214 assert commands.getoutput("cat %s"%(self.filesystem_02)) == hex_value, log.F("FILESYSTEM : parameter %s update error"%self.param_name_02) 222 #Check parameter value on filesystem 223 assert commands.getoutput("cat %s"%(self.filesystem_03)) == hex_value, log.F("FILESYSTEM : parameter %s update error"%self.param_name_03) 307 #Check parameter value on filesystem 308 assert commands.getoutput("cat %s"%(self.filesystem_01)) != init_filesystem_01, log.F("FILESYSTEM : parameter %s update error"%self.param_name_01) 315 #Check parameter value on filesystem 316 assert commands.getoutput("cat %s"%(self.filesystem_02)) != init_filesystem_02, log.F("FILESYSTEM : parameter %s update error"%self.param_name_02 [all...] |
/bootable/recovery/mtdutils/ |
mounts.c | 30 const char *filesystem; member in struct:MountedVolume 51 free((char *)volume->filesystem); 95 v->filesystem = strdup(mentry->mnt_type); 158 return mount(volume->device, volume->mount_point, volume->filesystem,
|
/device/asus/flo/sepolicy/ |
camera.te | 27 # Read camera files from persist filesystem
|
/device/lge/hammerhead/sepolicy/ |
camera.te | 30 # Read camera files from persist filesystem
|
/external/e2fsprogs/doc/ |
libblkid.txt | 22 TYPE filesystem type 23 UUID filesystem uuid 24 LABEL filesystem label 52 for a particular device. This can be used to determine the filesystem
|
libext2fs.texinfo | 30 ext2 filesystem. 120 manipulate an ext2 filesystem. 127 * Filesystem-level functions:: 139 @node Filesystem-level functions, File I/O Functions, EXT2FS Library Functions, EXT2FS Library Functions 141 @section Filesystem-level functions 143 The following functions operate on a filesystem handle. Most EXT2FS 144 Library functions require a filesystem handle as their first argument. 145 There are two functions which create a filesystem handle, 148 The filesystem can also be closed using @code{ext2fs_close}, and any 153 * Opening an ext2 filesystem:: [all...] |
/external/e2fsprogs/lib/e2p/ |
pe.c | 2 * pe.c - Print a second extended filesystem errors behavior
|
/external/e2fsprogs/tests/f_badroot/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_mke2fs2b/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_overfsblks/ |
expect.1 | 2 Filesystem did not have a UUID; generating one.
|
/external/gptfdisk/ |
bsd.h | 51 uint32_t fragSize; // filesystem basic fragment size 52 uint8_t fsType; // filesystem type, see below 53 uint8_t frag; // filesystem fragments per block 54 uint16_t pcpg; // filesystem cylinders per group
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
CwdCommandHandlerTest.groovy | 23 import org.mockftpserver.fake.filesystem.Permissions 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) 61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotADirectory', DIR]) 69 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
|
RnfrCommandHandlerTest.groovy | 23 import org.mockftpserver.fake.filesystem.Permissions 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', FILE]) 67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx') 69 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
|
/external/sepolicy/ |
recovery.te | 21 allow recovery fs_type:filesystem ~relabelto; 22 allow recovery unlabeled:filesystem ~relabelto; 23 allow recovery contextmount_type:filesystem relabelto; 91 # Allow recovery to create a fuse filesystem, and read files from it.
|
/external/squashfs-tools/squashfs-tools/ |
xattr.h | 4 * Create a squashfs filesystem. This is a highly compressed read only 5 * filesystem. 83 fprintf(stderr, "Xattrs in filesystem! These are not " 121 fprintf(stderr, "Xattrs in filesystem! These are not "
|
/frameworks/compile/mclinker/lib/Support/ |
FileSystem.cpp | 1 //===- FileSystem.cpp -----------------------------------------------------===// 10 #include "mcld/Support/FileSystem.h" 31 #include "Unix/FileSystem.inc" 35 #include "Windows/FileSystem.inc"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/META-INF/ |
MANIFEST.MF | 11 org.eclipse.core.filesystem,
|
/device/htc/flounder/ |
fstab.flounder | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 25 namespace filesystem namespace in namespace:boost 32 namespace fs = boost::filesystem;
|
/external/e2fsprogs/debugfs/ |
ro_debug_cmds.ct | 12 request do_open_filesys, "Open a filesystem", 15 request do_close_filesys, "Close the filesystem",
|
/external/kernel-headers/original/uapi/linux/ |
minix_fs.h | 8 * The minix filesystem constants/structures 13 * minix filesystem (aka V2) with bigger inodes and 32-bit block
|