Searched refs:directory (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dworking-directory.h1 #include <Inputs/working-directory-1.h>
/external/valgrind/memcheck/tests/
H A Dsupp-dir.stderr.exp2 FATAL: suppressions file "x86/" is a directory
/external/valgrind/none/tests/
H A Dnodir.stderr.exp1 valgrind: ./nodir.vgtest/foobar: Not a directory
H A Dcmdline5.stderr.exp1 valgrind: ./no-such-program-my-friend: No such file or directory
H A Dthreadederrno.stdout.exp1 f = 0, errno = 2 (No such file or directory)
2 f = 0, errno = 2 (No such file or directory)
3 f = 0, errno = 2 (No such file or directory)
/external/valgrind/none/tests/scripts/
H A Dshell_dir.stderr.exp1 valgrind: ./x86/: is a directory
H A Dshell_nosuchfile.stderr.exp1 valgrind: ./shell_nosuchfile: No such file or directory
H A Dshell_badinterp.stderr.exp1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
/external/proguard/src/proguard/io/
H A DDirectoryPump.java27 * This class can read a given file or directory, recursively, applying a given
34 private final File directory; field in class:DirectoryPump
37 public DirectoryPump(File directory) argument
39 this.directory = directory;
48 if (!directory.exists())
50 throw new IOException("No such file or directory");
53 readFiles(directory, dataEntryReader);
65 dataEntryReader.read(new FileDataEntry(directory, file));
H A DFileDataEntry.java34 private final File directory; field in class:FileDataEntry
39 public FileDataEntry(File directory, argument
42 this.directory = directory;
51 // Chop the directory name from the file name and get the right separators.
52 return file.equals(directory) ?
55 .substring(directory.getPath().length() + File.separator.length())
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) { argument
55 this.directory
[all...]
/external/skia/tools/
H A Dgit-sync-deps18 will use the file ../DEPS relative to this script's directory.
76 def git_repository_sync_is_disabled(git, directory):
79 [git, 'config', 'sync-deps.disable'], cwd=directory)
85 def is_git_toplevel(git, directory):
86 """Return true iff the directory is the top level of a Git repository.
91 directory (string) the path into which the repository
96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
97 return os.path.realpath(directory) == os.path.realpath(toplevel)
102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
114 directory (strin
[all...]
/external/vogar/src/vogar/commands/
H A DMkdir.java32 public void mkdirs(File directory) { argument
33 new Command(log, "mkdir", "-p", directory.getPath()).execute();
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFileInfo.groovy19 * Represents the information describing a single file or directory in the file system.
29 final boolean directory
33 * Construct and return a new instance representing a directory entry.
34 * @param name - the directory name
35 * @param lastModified - the lastModified Date for the directory
36 * @return a new FileInfo instance representing a directory
44 * @param name - the directory name
46 * @param lastModified - the lastModified Date for the directory
47 * @return a new FileInfo instance representing a directory
53 private FileInfo(boolean directory, Strin
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DPwdCommandHandler.java26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
37 private String directory = ""; field in class:PwdCommandHandler
50 sendReply(session, quotes(directory));
54 * Set the directory String to be returned by this command
55 * @param directory - the directory
58 this.directory = response;

Completed in 1786 milliseconds

1234567891011>>