Searched defs:is_dir (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Ddir_contents.h16 bool is_dir; member in struct:ppapi::DirEntry
/external/chromium_org/ppapi/cpp/private/
H A Dflash_file.h45 bool is_dir; member in struct:pp::flash::FileModuleLocal::DirEntry
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_file.h17 PP_Bool is_dir; member in struct:PP_DirEntry_Dev
/external/chromium_org/net/base/
H A Dnet_util_icu_unittest.cc459 bool is_dir; member in struct:net::__anon9033::GetDirectoryListingEntryCase
513 test_cases[i].is_dir,
H A Dnet_util_icu.cc587 bool is_dir,
599 if (is_dir) {
585 GetDirectoryListingEntry(const base::string16& name, const std::string& raw_bytes, bool is_dir, int64 size, Time modified) argument
/external/chromium_org/ppapi/proxy/
H A Dserialized_structs.h101 bool is_dir; member in struct:ppapi::proxy::SerializedDirEntry
/external/chromium_org/sync/syncable/
H A Dparent_child_index_unittest.cc76 EntryKernel* MakeBookmark(int n, int pos, bool is_dir) { argument
82 bm->put(IS_DIR, is_dir);
H A Ddirectory_backing_store.cc836 "bookmark_favicon, is_dir"),
1222 " is_dir, "
1249 bool is_dir = get.ColumnBool(3); local
1264 && !(is_dir && !server_unique_tag.empty())) {
1411 "( id, metahandle, is_dir, ctime, mtime ) "
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc100 // |is_dir| is true if the object is a directory.
105 bool is_dir);
154 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir);
348 bool is_dir) {
354 fired_watch, child, created, deleted, is_dir));
411 UpdateRecursiveWatches(fired_watch, is_dir);
421 UpdateRecursiveWatches(fired_watch, is_dir);
522 bool is_dir) {
539 if (!is_dir)
344 OnFilePathChanged(InotifyReader::Watch fired_watch, const FilePath::StringType& child, bool created, bool deleted, bool is_dir) argument
520 UpdateRecursiveWatches( InotifyReader::Watch fired_watch, bool is_dir) argument
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc193 bool is_dir) {
198 this, full_path, is_dir));
468 bool is_dir) {
472 base::DeleteFile(full_path, is_dir);
192 DeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir) argument
467 OnDeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir) argument
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc252 bool is_dir,
261 ent->set_folder(is_dir);
271 bool is_dir,
277 id, parent_id, name, version, sync_ts, is_dir, position, specifics);
324 int64 sync_ts, bool is_dir) {
327 AddDefaultBookmarkData(ent, is_dir);
246 AddUpdateSpecifics( int id, int parent_id, string name, int64 version, int64 sync_ts, bool is_dir, int64 position, const sync_pb::EntitySpecifics& specifics) argument
265 AddUpdateSpecifics( int id, int parent_id, string name, int64 version, int64 sync_ts, bool is_dir, int64 position, const sync_pb::EntitySpecifics& specifics, string originator_cache_guid, string originator_client_item_id) argument
321 AddUpdateFull( string id, string parent_id, string name, int64 version, int64 sync_ts, bool is_dir) argument
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c627 unsigned int i, leftover_space, is_dir; local
711 is_dir = is_entry_dir(fd, dirp, mode);
712 if ( is_dir && (strcmp(name, ".") && strcmp(name, "..")) &&
743 if (is_dir) {
/external/e2fsprogs/resize/
H A Dresize2fs.c1369 int is_dir; member in struct:process_block_struct
1399 if (pb->is_dir) {
1508 pb.is_dir = LINUX_S_ISDIR(inode->i_mode);
1524 (rfs->bmap || pb.is_dir)) {
1548 pb.is_dir);
/external/valgrind/main/coregrind/
H A Dm_libcfile.c374 Bool VG_(is_dir) ( const HChar* f ) function
/external/e2fsprogs/e2fsck/
H A Dpass1.c81 unsigned is_dir:1, is_reg:1, clear:1, suppress:1, member in struct:process_block_struct
854 pb.suppress = 0; pb.clear = 0; pb.is_dir = 0;
1770 int is_dir, is_leaf; local
1782 is_dir = LINUX_S_ISDIR(pctx->inode->i_mode);
1802 else if (is_leaf && is_dir &&
1879 if (pb->is_dir)
1895 while (is_dir && (++pb->last_db_block <
1925 if (is_dir) {
1938 if (is_dir && extent.e_len > 0)
1942 if (is_leaf && !is_dir
[all...]
/external/e2fsprogs/misc/
H A De2image.c296 int is_dir; member in struct:process_block_struct
370 if (scramble_block_map && p->is_dir && blockcnt >= 0)
1313 pb.is_dir = LINUX_S_ISDIR(inode.i_mode);

Completed in 445 milliseconds