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/core/libcutils/
canned_fs_config.c 104 unsigned c_uid, c_gid, c_mode; local
106 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities);
110 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;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 122 c_mode, /* 16-bit addresses. */ enumerator in enum:address_mode
170 static enum address_mode amode = c_mode;
1051 && amode == c_mode
1057 the addressing mode (I actually think that ".c_mode" is
1063 amode = c_mode;
    [all...]

Completed in 53 milliseconds