HomeSort by relevance Sort by last modified time
    Searched refs:c_mode (Results 1 - 5 of 5) sorted by null

  /system/vold/
Asec.h 40 unsigned char c_mode; member in struct:asec_superblock
  /system/extras/ext4_utils/
canned_fs_config.c 100 unsigned c_uid, c_gid, c_mode;
102 fs_config(path, dir, &c_uid, &c_gid, &c_mode, &c_capabilities);
106 if (c_mode != *mode) printf("%s mode 0%o 0%o\n", path, *mode, c_mode);
  /external/zlib/src/contrib/iostream3/
zfstream.cc 132 char* c_mode) const
146 strcpy(c_mode, "w");
148 strcpy(c_mode, "a");
150 strcpy(c_mode, "w");
152 strcpy(c_mode, "r");
155 // strcpy(c_mode, "r+");
157 // strcpy(c_mode, "w+");
160 if (strlen(c_mode) == 0)
163 strcat(c_mode, "b");
zfstream.h 93 char* c_mode) const;
  /external/qemu/android/filesystems/
ramdisk_extractor.cpp 208 char c_mode[8]; member in struct:cpio_newc_header

Completed in 132 milliseconds