HomeSort by relevance Sort by last modified time
    Searched defs:dirpath (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
mount.h 30 typedef char *dirpath; typedef
38 dirpath ml_directory;
54 dirpath ex_dir;
68 extern fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
69 extern fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *);
74 extern void * mountproc_umnt_1(dirpath *, CLIENT *);
75 extern void * mountproc_umnt_1_svc(dirpath *, struct svc_req *);
117 extern bool_t xdr_dirpath (XDR *, dirpath*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.h 30 typedef char *dirpath; typedef
38 dirpath ml_directory;
54 dirpath ex_dir;
68 extern fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
69 extern fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *);
74 extern void * mountproc_umnt_1(dirpath *, CLIENT *);
75 extern void * mountproc_umnt_1_svc(dirpath *, struct svc_req *);
117 extern bool_t xdr_dirpath (XDR *, dirpath*);
  /external/libedit/src/
filecomplete.c 148 static char *filename = NULL, *dirname = NULL, *dirpath = NULL; local
200 el_free(dirpath);
201 dirpath = NULL;
205 dirpath = strdup("./");
207 dirpath = fn_tilde_expand(dirname);
209 dirpath = strdup(dirname);
211 if (dirpath == NULL)
214 dir = opendir(dirpath);
  /external/doclava/src/com/google/doclava/
SampleCode.java 158 String dirpath = relative + name + "/"; local
159 setProjectStructure(mchildren, f, dirpath);
162 + dirpath).setChildren(mchildren).build());
245 String dirpath = relative + name; local
246 link = dirpath + "/index" + Doclava.htmlExtension;
  /external/libusb/libusb/os/
linux_usbfs.c 842 char dirpath[PATH_MAX]; local
847 snprintf(dirpath, PATH_MAX, "%s/%03d", usbfs_path, busnum);
848 usbi_dbg("%s", dirpath);
849 dir = opendir(dirpath);
851 usbi_err(ctx, "opendir '%s' failed, errno=%d", dirpath, errno);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 1116 char dirpath[PATH_MAX]; local
1120 snprintf(dirpath, PATH_MAX, "%s/%03d", usbfs_path, busnum);
1121 usbi_dbg("%s", dirpath);
1122 dir = opendir(dirpath);
1124 usbi_err(ctx, "opendir '%s' failed, errno=%d", dirpath, errno);
    [all...]

Completed in 293 milliseconds