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

  /system/vold/
Asec.h 39 unsigned char c_mode; member in struct:asec_superblock
  /external/zlib/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;

Completed in 65 milliseconds