Home | History | Annotate | Download | only in ftp

Lines Matching refs:pathname

100     String pathname;
362 pathname = path.substring(0, i);
365 pathname = null;
368 pathname = path.substring(0, path.length() - 1);
371 if (pathname != null) {
372 fullpath = pathname + "/" + (filename != null ? filename : "");
434 cd(pathname);
446 cd(pathname);
551 if (pathname != null) {
552 cd(pathname);