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

  /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*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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());
250 String dirpath = relative + name; local
251 link = dirpath + "/index" + Doclava.htmlExtension;
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 1055 "truncbdy] [-w writebdy] [-D startingop] [-N numops] [-P dirpath] [-S seed] "
1074 " -P: save .fsxlog and .fsxgood files in dirpath (default ./)\n"
1121 int dirpath = 0; local
1233 dirpath = 1;
1279 strncat(goodfile, dirpath ? basename(fname) : fname, 256);
1286 strncat(logfile, dirpath ? basename(fname) : fname, 256);
  /external/syslinux/extlinux/
main.c 239 char *dirpath, *subpath, *xdirpath; local
242 dirpath = realpath(dir, NULL);
243 if (!dirpath || stat(dir, &dirst)) {
248 if (lstat(dirpath, &xdst) ||
255 subpath = strchr(dirpath, '\0');
258 if (subpath > dirpath) {
260 xdirpath = dirpath;
273 if (subpath == dirpath)
336 free(dirpath);
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 1137 char dirpath[PATH_MAX]; local
1141 snprintf(dirpath, PATH_MAX, "%s/%03d", usbfs_path, busnum);
1142 usbi_dbg("%s", dirpath);
1143 dir = opendir(dirpath);
1145 usbi_err(ctx, "opendir '%s' failed, errno=%d", dirpath, errno);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1032 Dirsearch dirpath; local
1034 if (!input_file->open(dirpath, NULL, &index))
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 576 milliseconds