Searched refs:is_dir (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/ppapi/shared_impl/
H A Ddir_contents.h16 bool is_dir; member in struct:ppapi::DirEntry
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcommon.py107 is_dir=False):
111 For directories, only filename and is_dir is set.
122 is_dir: True if this represents a directory. False if this is a real file.
125 self.is_dir = is_dir
132 if not is_dir:
140 if self.is_dir:
H A Dcloudstorage_api.py240 st_ctime, and is_dir are set.
245 only the filename and is_dir fields are set.
395 st_size=None, etag=None, st_ctime=None, is_dir=True)
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.h126 void DeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir);
204 void OnDeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir);
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/ppapi/api/private/finish_writing_these/
H A Dppb_flash_file.idl11 PP_Bool is_dir;
/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/ppapi/cpp/private/
H A Dflash_file.h45 bool is_dir; member in struct:pp::flash::FileModuleLocal::DirEntry
H A Dflash_file.cc28 FileModuleLocal::DirEntry rv = { entry.name, PP_ToBool(entry.is_dir) };
/external/chromium_org/third_party/boringssl/
H A Dupdate_gypi_and_asm.py54 def NoTests(dent, is_dir):
57 if is_dir:
62 def OnlyTests(dent, is_dir):
65 if is_dir:
/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/ppapi/proxy/
H A Dserialized_structs.h101 bool is_dir; member in struct:ppapi::proxy::SerializedDirEntry
H A Dflash_file_resource.cc126 dest->is_dir = PP_FromBool(source.is_dir);
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.h115 bool is_dir,
124 bool is_dir,
269 bool is_dir);
273 bool is_dir);
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/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c110 if (VG_(is_dir)(buf))
/external/chromium_org/ppapi/tests/
H A Dtest_flash_file.cc84 return i.name == j.name && i.is_dir == j.is_dir;
90 return i.is_dir < j.is_dir;
274 ASSERT_EQ(result[0].is_dir, true);
/external/valgrind/main/coregrind/
H A Dpub_core_libcfile.h56 extern Bool VG_(is_dir) ( const HChar* f );
/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/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/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);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1233 is_dir = False
1235 is_dir = True
1237 if is_dir:
1257 assert not is_dir or variant_name is None
1261 ((is_dir or variant_name != None) and len(path_split) == 2) or \
1467 is_dir = True
1469 is_dir = False
1526 if is_dir:
/external/chromium_org/net/base/
H A Dnet_util.h233 // other information (is_dir, size, modification time), it returns
246 bool is_dir, int64 size,
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/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 8500 milliseconds

12