HomeSort by relevance Sort by last modified time
    Searched full:is_dir (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/chromium_org/ppapi/proxy/
ppapi_param_traits.cc 495 ParamTraits<bool>::Write(m, p.is_dir);
503 ParamTraits<bool>::Read(m, iter, &r->is_dir);
ppapi_messages.h 202 IPC_STRUCT_TRAITS_MEMBER(is_dir)
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 255 if (a.ref(syncable::IS_DIR) != b.ref(syncable::IS_DIR))
    [all...]
sync_encryption_handler_impl_unittest.cc 111 node.Put(syncable::IS_DIR, true);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /external/openssh/
sftp.c 485 is_dir(char *path) function
543 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
560 if (is_dir(dst)) {
    [all...]
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 113 entry.Put(syncable::IS_DIR, is_folder);
syncapi_unittest.cc 157 entry.Put(syncable::IS_DIR, true);
    [all...]
syncapi.h 167 // Nodes are either folders or not. This corresponds to the IS_DIR property
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 52 using syncable::IS_DIR;
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 151 } else if(!is_dir(GESHI_LANG_ROOT)) {
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
php.php 417 'is_array','is_bool','is_callable','is_dir','is_double',
    [all...]
  /external/chromium_org/net/base/
net_util.cc     [all...]
net_util_unittest.cc 2220 bool is_dir; member in struct:net::__anon10954::GetDirectoryListingEntryCase
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 121 IS_DIR = IS_DEL + 1,
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 345 Bool VG_(is_dir) ( const HChar* f ) function
    [all...]
m_errormgr.c     [all...]
  /external/chromium/net/base/
net_util.cc     [all...]
net_util_unittest.cc 1259 bool is_dir; member in struct:net::__anon5388::GetDirectoryListingEntryCase
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 1389 milliseconds

1 2 34