HomeSort by relevance Sort by last modified time
    Searched defs:pathname (Results 1 - 25 of 282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
MkdCommandHandler.java 29 * <li>{@link #PATHNAME_KEY} ("pathname") - the pathname of the directory submitted on the invocation (the first command parameter)
37 public static final String PATHNAME_KEY = "pathname";
50 String pathname = command.getRequiredParameter(0); local
51 invocationRecord.set(PATHNAME_KEY, pathname);
52 sendReply(session, pathname);
StatCommandHandler.java 26 * along with a reply code of 211 if no pathname parameter is specified or 213 if a
27 * pathname is specified. You can customize the returned status information by setting
32 * <li>{@link #PATHNAME_KEY} ("pathname") - the pathname of the directory (or file) submitted on the
42 public static final String PATHNAME_KEY = "pathname";
54 String pathname = command.getOptionalString(0); local
55 invocationRecord.set(PATHNAME_KEY, pathname);
59 int code = (pathname == null) ? ReplyCodes.STAT_SYSTEM_OK : ReplyCodes.STAT_FILE_OK;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
MkdCommandHandler.java 29 * <li>{@link #PATHNAME_KEY} ("pathname") - the pathname of the directory submitted on the invocation (the first command parameter)
38 public static final String PATHNAME_KEY = "pathname";
51 String pathname = command.getRequiredString(0); local
52 invocationRecord.set(PATHNAME_KEY, pathname);
53 sendReply(session, pathname);
StatCommandHandler.java 26 * along with a reply code of 211 if no pathname parameter is specified or 213 if a
27 * pathname is specified. You can customize the returned status information by setting
32 * <li>{@link #PATHNAME_KEY} ("pathname") - the pathname of the directory (or file) submitted on the
44 public static final String PATHNAME_KEY = "pathname";
59 String pathname = command.getOptionalString(0); local
60 invocationRecord.set(PATHNAME_KEY, pathname);
64 int code = (pathname == null) ? ReplyCodes.STAT_SYSTEM_OK : ReplyCodes.STAT_FILE_OK;
  /external/squashfs-tools/squashfs-tools/
unsquashfs_info.c 45 char *pathname = NULL; variable
52 if(pathname)
53 free(pathname);
55 pathname = NULL;
61 if(pathname)
62 free(pathname);
64 pathname = name;
130 if(pathname)
131 INFO("%s\n", pathname);
pseudo.h 39 char *pathname; member in struct:pseudo_entry
  /bionic/tests/
utils.h 35 std::string pathname; member in struct:map_record
75 record.pathname = pathstr;
  /external/e2fsprogs/lib/ext2fs/
namei.c 25 const char *pathname, size_t pathlen, int follow,
32 char *pathname; local
66 pathname = buffer;
68 pathname = (char *)&(ei.i_block[0]);
69 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
77 * This routine interprets a pathname in the context of the current
80 * (pointing into the pathname) and the length of the filename.
83 const char *pathname, int pathlen,
94 if ((c = *pathname) == '/') {
96 pathname++
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
path.c 92 char *pathname = get_pathname(); local
95 len = vsnprintf(pathname, PATH_MAX, fmt, args);
99 return cleanup_path(pathname);
105 char *pathname = get_pathname(); local
112 memcpy(pathname, perf_dir, len);
114 pathname[len++] = '/';
116 len += vsnprintf(pathname + len, PATH_MAX - len, fmt, args);
120 return cleanup_path(pathname);
  /external/emma/core/java12/com/vladium/util/
Files.java 106 String pathname = tokenizer.nextToken (); local
108 if (canonical) pathname = canonicalizePathname (pathname);
110 if (pathnames.add (pathname))
112 _result.add (new File (pathname));
124 * Converts 'pathname' into the canonical OS form. This wrapper function
125 * will return the absolute form of 'pathname' if File.getCanonicalPath() fails.
127 public static String canonicalizePathname (final String pathname)
129 if (pathname == null) throw new IllegalArgumentException ("null input: pathname");
    [all...]
  /external/freetype/include/
ftsystem.h 305 * pathname ::
337 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/ltrace/
library.h 164 const char *pathname; member in struct:library
191 /* Set library pathname. Frees the old name if necessary. */
options.h 81 char *pathname; member in struct:opt_F_t
library.c 291 lib->pathname = NULL;
331 const char *pathname; local
336 || strdup_if(&pathname, lib->pathname, lib->own_pathname) < 0) {
344 library_set_pathname(retp, pathname, lib->own_pathname);
441 free((char *)lib->pathname);
442 lib->pathname = new_name;
  /external/pdfium/third_party/freetype/include/
ftsystem.h 296 * pathname ::
328 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /external/vboot_reference/cgpt/
cgpt_find.c 181 static char pathname[BUFSIZE]; // we'll return this. local
186 sprintf(pathname, "%s/%s", devdirs[i], basename);
188 if (0 != stat(pathname, &statbuf))
204 return pathname;
216 char *pathname; local
233 if ((pathname = is_wholedev(partname))) {
234 if (do_search(params, pathname)) {
  /hardware/libhardware/tests/input/evdev/
InputHub_test.cpp 101 std::string pathname; local
102 // Expect that this callback will run and set handle and pathname.
105 pathname = node->getPath();
126 EXPECT_EQ(tempFile->getName(), pathname);
  /external/emma/lib/internal/
stamptool.jar 
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 39 /** {@code non-null;} pathname to start with */
40 private final String pathname; field in class:ClassPathOpener
108 * @param pathname {@code non-null;} path element to process
114 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) {
115 this(pathname, sort, acceptAll, consumer);
121 * @param pathname {@code non-null;} path element to process
127 public ClassPathOpener(String pathname, boolean sort, FileNameFilter filter,
129 this.pathname = pathname;
142 File file = new File(pathname);
    [all...]
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 83 char *pathname, *basename; member in struct:__anon10329
267 printf("adding %s (%ld byte%s)\n", files[i].pathname, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
271 file=T_FileStream_open(files[i].pathname, "rb");
273 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
288 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
349 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname);
352 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname);
389 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname);
392 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname);
426 /* store the pathname */
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 156 * If the ctrl_path isn't an absolute pathname, assume that
242 char pathname[PATH_MAX]; local
248 dirnamelen = (size_t) os_snprintf(pathname, sizeof(pathname), "%s/",
250 if (dirnamelen >= sizeof(pathname)) {
254 namep = pathname + dirnamelen;
258 unlink(pathname);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_u.h 93 char pathname[4096]; member in struct:mdu_bitmap_file_s

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8 91011>>