Lines Matching full:opendir
98 DIR* dir = opendir(user_path.c_str());
100 PLOG(ERROR) << "Failed to opendir " << user_path;
221 DIR* dir = opendir(path.c_str());
224 PLOG(ERROR) << "Failed to opendir " << path;
386 d = opendir(pathname);
391 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
498 ds = opendir(srcname);
500 ALOGE("Couldn't opendir %s: %s\n", srcname, strerror(errno));
505 dd = opendir(dstname);
507 ALOGE("Couldn't opendir %s: %s\n", dstname, strerror(errno));
790 d = opendir(basepath);
819 subdir = opendir(dirname);