HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
working-directory.h 1 #include <Inputs/working-directory-1.h>
  /external/valgrind/main/memcheck/tests/
supp-dir.stderr.exp 2 FATAL: suppressions file "x86/" is a directory
  /cts/libs/vogar-expect/src/vogar/commands/
Mkdir.java 26 public void mkdirs(File directory) {
27 new Command("mkdir", "-p", directory.getPath()).execute();
Rm.java 30 public void directoryTree(File directory) {
31 new Command("rm", "-rf", directory.getPath()).execute();
  /external/chromium/chrome/browser/sync/syncable/
syncable_mock.cc 14 Directory *directory)
15 : WriteTransaction(directory, syncable::UNITTEST, "dontcare.cpp", 25) {
  /external/valgrind/main/none/tests/
nodir.stderr.exp 1 valgrind: ./nodir.vgtest/foobar: Not a directory
shell_dir.stderr.exp 1 valgrind: ./x86/: is a directory
shell_nosuchfile.stderr.exp 1 valgrind: ./shell_nosuchfile: No such file or directory
cmdline5.stderr.exp 1 valgrind: ./no-such-program-my-friend: No such file or directory
procfs-non-linux.stderr.exp 3 open(): No such file or directory
5 open(): No such file or directory
6 readlink: No such file or directory
7 readlink: No such file or directory
shell_badinterp.stderr.exp 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
threadederrno.stdout.exp 1 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/proguard/src/proguard/io/
DirectoryPump.java 27 * 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)
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));
FileDataEntry.java 34 private final File directory; field in class:FileDataEntry
39 public FileDataEntry(File directory,
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/chromium/chrome/browser/sync/engine/
syncapi_mock.h 19 explicit MockWriteTransaction(Directory* directory)
21 this->SetTransaction(new MockSyncableWriteTransaction(directory));
  /external/webkit/Source/WebKit/chromium/public/
WebFileChooserParams.h 43 // If |directory| is true, the dialog allows the user to select a directory.
44 bool directory; member in struct:WebKit::WebFileChooserParams
65 , directory(false)
  /external/openssl/crypto/
LPdir_nyi.c 33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
o_dir.h 43 /* returns NULL on error or end-of-directory.
44 If it is end-of-directory, errno will be zero */
45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettingsprivate.h 30 WEBKIT_API void webkit_web_settings_add_extra_plugin_directory(WebKitWebView*, const gchar* directory);
  /external/webkit/Source/WebCore/platform/win/
PathWalker.cpp 33 PathWalker::PathWalker(const String& directory, const String& pattern)
35 String path = makeString(directory, "\\", pattern);
  /frameworks/base/core/tests/overlaytests/
Android.mk 1 # Dummy makefile to halt recursive directory traversal.
  /external/grub/util/
grub-set-default 36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
77 # Determine the GRUB directory. This is different among OSes.
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
grub-set-default.in 36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
77 # Determine the GRUB directory. This is different among OSes.
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
  /external/chromium/build/util/
lastchange.py 23 def FetchSVNRevision(directory):
25 Fetch the Subversion branch and revision for a given directory.
36 cwd=directory,
62 def RunGitCommand(directory, command):
82 cwd=directory)
88 def FetchGitRevision(directory):
90 Fetch the Git hash for a given directory.
97 proc = RunGitCommand(directory, ['rev-parse', 'HEAD'])
105 def IsGitSVN(directory):
117 proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn']
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebDownloadInternal.h 40 directory:(NSString *)directory;

Completed in 1551 milliseconds

1 2 3 4 5 6 7 8 91011>>