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

1234567891011>>

/external/clang/test/PCH/
H A Dworking-directory.h1 #include <Inputs/working-directory-1.h>
/external/qemu/android/utils/
H A Dhost_bitness.c22 char directory[900]; local
24 // Retrieves the path of the WOW64 system directory, which doesn't
26 unsigned len = GetSystemWow64Directory(directory, sizeof(directory));
/external/valgrind/main/memcheck/tests/
H A Dsupp-dir.stderr.exp2 FATAL: suppressions file "x86/" is a directory
/external/valgrind/main/none/tests/
H A Dnodir.stderr.exp1 valgrind: ./nodir.vgtest/foobar: Not a directory
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 Dcmdline5.stderr.exp1 valgrind: ./no-such-program-my-friend: No such file or directory
H A Dprocfs-non-linux.stderr.exp3 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
H A Dshell_badinterp.stderr.exp1 valgrind: ./shell_badinterp: bad interpreter: 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/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/chromium_org/sync/internal_api/test/
H A Dtest_user_share.cc8 #include "sync/syncable/directory.h"
32 user_share_->directory.reset(dir_maker_->directory());
37 ignore_result(user_share_->directory.release());
44 if (!user_share_->directory->SaveChanges())
48 user_share_->directory->store_.release();
51 ignore_result(user_share_->directory.release());
54 user_share_->directory.reset(dir_maker_->directory());
72 syncer::syncable::Directory* directory local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddesktop_platform_backend.py17 def FlushSystemCacheForDirectory(self, directory, ignoring=None):
18 assert directory and os.path.exists(directory), \
19 'Target directory %s must exist' % directory
25 directory_contents = os.listdir(directory)
28 args.append(os.path.join(directory, item))
/external/chromium_org/sync/syncable/
H A Dsyncable_base_write_transaction.cc14 Directory* directory)
15 : BaseTransaction(location, name, writer, directory) {
10 BaseWriteTransaction( const tracked_objects::Location location, const char* name, WriterTag writer, Directory* directory) argument
H A Dsyncable_read_transaction.cc11 Directory* directory)
12 : BaseTransaction(location, "ReadTransaction", INVALID, directory) {
10 ReadTransaction(const tracked_objects::Location& location, Directory* directory) argument
H A Dsyncable_model_neutral_write_transaction.cc7 #include "sync/syncable/directory.h"
14 WriterTag writer, Directory* directory)
18 directory) {
23 directory()->CheckInvariantsOnTransactionClose(this, modified_handles_);
12 ModelNeutralWriteTransaction( const tracked_objects::Location& location, WriterTag writer, Directory* directory) argument
H A Dsyncable_base_transaction.cc8 #include "sync/syncable/directory.h"
18 Directory* BaseTransaction::directory() const { function in class:syncer::syncable::BaseTransaction
45 directory()->ReportUnrecoverableError();
54 directory()->OnUnrecoverableError(this,
63 Directory* directory)
65 directory_(directory), unrecoverable_error_set_(false) {
66 // TODO(lipalani): Don't issue a good transaction if the directory has
60 BaseTransaction(const tracked_objects::Location& from_here, const char* name, WriterTag writer, Directory* directory) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfile_system_util.py7 def CreateURLsFromPaths(file_system, directory, urlprefix):
8 '''Yields a tuple (url, prefix) for every file in |directory|, where the URL
11 for root, _, files in file_system.Walk(directory):
14 yield url, posixpath.join(directory, root, f)
/external/openssl/crypto/
H A DLPdir_nyi.c33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h43 /* 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/chromium_org/third_party/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace_mock.py31 def find_unused_filename(self, directory, name, extension, search_limit=10):
32 return "%s/%s.%s" % (directory, name, extension)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFileChooserParams.h43 // If |directory| is true, the dialog allows the user to select a directory.
44 bool directory; member in struct:blink::WebFileChooserParams
77 , directory(false)
/external/chromium_org/third_party/webrtc/build/
H A Dversion.py24 def popen_cmd_and_get_output(cmd, directory):
30 cwd=directory,
50 directory = os.path.dirname(sys.argv[0]);
51 version = popen_cmd_and_get_output(['git', 'svn', 'info'], directory)
53 version = popen_cmd_and_get_output(['svn', 'info'], directory)

Completed in 3014 milliseconds

1234567891011>>