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

  /system/core/include/corkscrew/
map_info.h 33 bool is_readable; member in struct:map_info
  /system/core/libcorkscrew/
map_info.c 58 mi->is_readable = strlen(permissions) == 4 && permissions[0] == 'r';
64 "is_readable=%d, is_executable=%d, name=%s",
65 mi->start, mi->end, mi->is_readable, mi->is_executable, mi->name);
109 return mi && mi->is_readable;
ptrace.c 83 if (mi->is_executable && mi->is_readable) {
  /external/bluetooth/glib/glib/
giounix.c 422 channel->is_readable = TRUE;
426 channel->is_readable = FALSE;
430 channel->is_readable = TRUE;
546 channel->is_readable = TRUE;
551 channel->is_readable = FALSE;
557 channel->is_readable = TRUE;
596 g_io_unix_get_flags (channel); /* Sets is_readable, is_writeable */
giochannel.c 367 channel->is_readable = FALSE;
427 channel->is_readable = FALSE;
849 if (channel->is_readable)
    [all...]
giochannel.h 131 guint is_readable : 1; /* Cached GIOFlag */ member in struct:_GIOChannel
  /external/libvpx/examples/includes/geshi/contrib/
example.php 18 if (is_readable('../geshi.php')) {
20 } elseif (is_readable('geshi.php')) {
cssgen.php 177 if ( is_file($geshi_path) && is_readable($geshi_path) )
208 if ( is_readable($geshi_lang_path . 'css-gen.cfg') )
langcheck.php 132 if (is_readable('../geshi.php')) {
134 } elseif (is_readable('geshi.php')) {
153 } else if(!is_readable(GESHI_LANG_ROOT)) {
204 } else if(!is_readable($langfile)) {
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 682 if (!is_readable($file_name)) {
    [all...]

Completed in 102 milliseconds