Searched refs:readdir (Results 1 - 25 of 57) sorted by relevance

123

/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp20 dirent = readdir(dir);
32 dirent = readdir(dir);
/haiku/headers/posix/
H A Ddirent.h41 struct dirent* readdir(DIR* dir);
/haiku/src/bin/package/
H A DPackageWritingUtils.cpp32 while (dirent* entry = readdir(dir.Get())) {
/haiku/src/bin/
H A Dfortune.c33 while ((dirent = readdir(dir)) != NULL) {
50 while ((dirent = readdir(dir)) != NULL) {
H A Ddiff_zip.cpp157 while (dirent* entry = readdir(dir)) {
222 while (dirent* entry = readdir(dir)) {
/haiku/src/system/libroot/os/
H A Dfs_query.cpp79 return readdir(dir);
H A Dfs_index.c89 return readdir(dir);
H A Dfs_attr.cpp153 return readdir(dir);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h134 * will be available to subsequent readdir(). When used
151 int (*readdir)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/src/system/libroot/posix/musl/dirent/
H A Dscandir.c20 while ((errno=0), (de = readdir(d))) {
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h41 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat25
100 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, member in struct:fuse_operations_compat22
H A Dfuse_lowlevel_compat.h48 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member in struct:fuse_lowlevel_ops_compat25
115 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member in struct:fuse_lowlevel_ops_compat
/haiku/src/system/libroot/posix/
H A Ddirent.cpp202 readdir(DIR* dir) function
250 struct dirent* dirent = readdir(dir);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp309 // intentioanlly check for readdir here. Some filesystems do not need an opendir, but still
310 // implement readdir. However if readdir is not implemented, there is no point in trying to
312 if (ops->readdir == NULL)
330 if (ops->readdir == NULL)
339 ops->readdir(&request, ino, bufferSize, pos, ffi);
H A Dfuse_fs.cpp159 if (fs->ops.readdir == NULL)
161 return fs->ops.readdir(path, buf, filler, off, fi);
H A DFUSEFileSystem.cpp504 bool readDirSupport = fLowLevelOps.opendir != NULL || fLowLevelOps.readdir != NULL;
565 bool readDirSupport = fFS->ops.opendir != NULL || fFS->ops.readdir != NULL
/haiku/src/tools/
H A Drm_attrs.cpp101 while (dirent* entry = readdir(dir)) {
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp71 while ((dirent = readdir(dir)) != NULL) {
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c91 while ((de = readdir(d))) {
/haiku/src/bin/consoled/
H A Dconsoled.cpp243 dirent* entry = readdir(dir);
312 while ((entry = readdir(dir)) != NULL) {
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp218 while (dirent* entry = readdir(administrativeDir)) {
309 while (dirent* entry = readdir(dir)) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp178 while (struct dirent* dirEntry = readdir(fDirHandle)) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp180 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_DIR, fFSOps->readdir);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp Error!

 

There was an error!

/usr/local/opengrok/src/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/generate_hashs.cpp (No such file or directory)

java.io.FileNotFoundException: /usr/local/opengrok/src/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/generate_hashs.cpp (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileReader.<init>(FileReader.java:72)
at org.opensolaris.opengrok.search.Results.prettyPrint(Results.java:191)
at org.apache.jsp.search_jsp._jspService(search_jsp.java:680)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:165)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:451)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1201)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:654)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)