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

/system/core/init/
H A Dutil.h68 bool is_dir(const char* pathname);
H A Dinit_parser.cpp145 if (is_dir(path.c_str())) {
H A Dutil.cpp493 bool is_dir(const char* pathname) { function
/system/extras/ext4_utils/
H A Dext4fixup.c526 unsigned int i, leftover_space, is_dir; local
610 is_dir = is_entry_dir(fd, dirp, mode);
611 if ( is_dir && (strcmp(name, ".") && strcmp(name, "..")) &&
642 if (is_dir) {
/system/update_engine/payload_generator/
H A Dext2_filesystem.cc207 bool is_dir = (ext2fs_check_directory(filsys_, it_ino) == 0); local
208 if (is_dir)
/system/core/sdcard/
H A Dsdcard.c1333 bool is_dir = (hdr->opcode == FUSE_FSYNCDIR); local
1337 if (is_dir) {
1346 is_dir ? "FSYNCDIR" : "FSYNC",

Completed in 171 milliseconds