HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 251 - 275 of 1032) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_interface.py 33 cwd: If not None, the subprocess's current directory will be changed to
52 cwd: If not None, the subprocess's current directory will be changed to
204 raise OSError('No such file or directory %s' % stderr)
217 raise OSError('No such file or directory %s' % stderr)
240 raise OSError('No such file or directory %s' % stderr)
345 logging.warning('screenshot directory full.')
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_platform_backend.py 62 def FlushSystemCacheForDirectory(self, directory, ignoring=None):
platform_backend.py 58 def FlushSystemCacheForDirectory(self, directory, ignoring=None):
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.h 36 base::FilePath* directory) OVERRIDE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/libpng/scripts/
libpng-config.in 36 --libdir print path to directory containing library
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 34 // Test fixture to restore the working directory between each test, since some
100 // directory that is automatically set when the test executable is launched.
103 // The test will fail if the top level directory is not named "trunk".
119 // Tests setting the current working directory to a directory three levels
138 // Tests with current working directory set to a directory higher up in the
139 // directory tree than the project root dir. This case shall return a specified
140 // error string as a directory (which will be an invalid path).
157 std::string directory = "fileutils-unittest-empty-dir" local
    [all...]
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 105 File directory = new File(path).getParentFile(); local
106 if (!directory.isDirectory()) {
107 if (!directory.mkdirs()) {
108 Log.e(TAG, "Unable to create .thumbnails directory "
109 + directory.toString());
  /prebuilts/devtools/tools/
draw9patch.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
jobb.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 3 Utility functions for manipulating directories and directory trees."""
17 # b) it blows up if the directory already exists (I want to silently
20 """Create a directory and any missing ancestor directories.
22 If the directory already exists (or if 'name' is the empty string, which
23 means the current directory, which of course exists), then do nothing.
24 Raise DistutilsFileError if unable to create some directory along the way
25 (eg. some sub-path exists, but is a file rather than a directory).
38 # each directory in the path (the current behaviour), or only announce
56 # now 'head' contains the deepest directory that already exists
57 # (that is, the child of 'head' in 'name' is the highest directory
    [all...]
  /sdk/apkbuilder/etc/
apkbuilder.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /system/vold/
CommandListener.h 51 void listAsecsInDirectory(SocketClient *c, const char *directory);
  /external/chromium_org/sync/engine/
process_commit_response_command_unittest.cc 62 test_entry_factory_.reset(new TestEntryFactory(directory()));
103 WriteTransaction trans(FROM_HERE, UNITTEST, directory());
201 syncable::ReadTransaction trans(FROM_HERE, directory());
258 syncable::ReadTransaction trans(FROM_HERE, directory());
277 syncable::WriteTransaction trans(FROM_HERE, UNITTEST, directory());
296 syncable::WriteTransaction trans(FROM_HERE, UNITTEST, directory());
312 syncable::ReadTransaction trans(FROM_HERE, directory());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds 34 # the following lines (use "~/" to specify a path from your home directory):
88 "d|download-directory=s" => \$nightlyDownloadDirectory,
109 [-d|--download-directory dir] nightly build download directory (default: ~/Library/Caches/WebKit-Nightlies)
231 my ($filename, $urlBase, $directory) = @_;
232 my $path = File::Spec->catfile($directory, $filename);
234 print "Downloading $filename to $directory...\n";
369 my ($filename, $directory, $safari, $tempFile) = @_;
372 my $diskImage = File::Spec->catfile($directory, $filename);
  /external/jmonkeyengine/engine/src/test/jme3test/
TestChooser.java 112 File directory; local
114 directory = new File(URLDecoder.decode(url.getFile(), "UTF-8"));
119 if (directory.exists()) {
121 + directory.getName() + "\".");
122 addAllFilesInDirectory(directory, classes, pckgname, recursive);
199 * @param directory
204 * current package name for the diven directory
208 private void addAllFilesInDirectory(File directory,
211 File[] files = directory.listFiles(getFileFilter());
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 195 // directory and filename). Also add an entry to the media store for
201 Location location, String directory, String filename,
206 String filePath = directory + "/" + filename;
208 File dir = new File(directory);
210 File file = new File(directory, filename);
439 // It's important not to put it in the root directory which may have a
443 File directory = new File(directoryName); local
444 if (!directory.isDirectory()) {
445 if (!directory.mkdirs()) {
  /external/chromium_org/tools/win/
copy-installer.bat 7 REM Copies an installer and symbols from a build directory on a network share
8 REM into the directory \[out|build]\[Debug|Release] on the current drive.
15 REM directory is preferred over the devenv output directory. Specify
27 REM Get the path to the build tree's src directory.
  /sdk/attribute_stats/src/
Analyzer.java 53 * This program takes one or more directory paths, and then it searches all of them recursively
91 System.err.println("Recursively scans for layouts in the given directory and");
126 File directory = new File(arg); local
127 if (!directory.exists()) {
128 System.err.println(directory.getName() + " does not exist");
132 if (!directory.isDirectory()) {
133 System.err.println(directory.getName() + " is not a directory");
137 directories.add(directory);
144 for (File directory : mDirectories)
    [all...]
  /external/chromium_org/sync/syncable/
nigori_util.cc 12 #include "sync/syncable/directory.h"
25 NigoriHandler* nigori_handler = trans->directory()->GetNigoriHandler();
27 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
98 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
153 NigoriHandler* nigori_handler = trans->directory()->GetNigoriHandler();
154 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
  /external/javassist/src/main/javassist/
ClassPoolTail.java 35 String directory; field in class:DirClassPath
38 directory = dirName;
44 String filename = directory + sep
55 String filename = directory + sep
71 return directory;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 100 * Escapes a string for any characters that may be suspicious for a file or directory name.
125 * Helper method to get the top level cache directory.
132 * Helper method to get the top level temp directory.
183 * Find out the cache directory associated with a specific locale.
189 final File directory = new File(absoluteDirectoryName); local
190 if (!directory.exists()) {
191 if (!directory.mkdirs()) {
192 Log.e(TAG, "Could not create the directory for locale" + locale);
205 * The file name is pretty much an URL-encoded version of the id inside a directory
210 * @param context the context to use for getting the directory
    [all...]
  /external/qemu/block/
vvfat.c 3 * QEMU Block driver for virtual VFAT (shadows a local directory)
286 /* as s->directory is growable, no pointer may be used here */
293 * - the next cluster of the directory for a directory, and
326 array_t fat,directory,mapping; member in struct:BDRVVVFATState
436 entry=array_get_next(&(s->directory));
447 entry=array_get(&(s->directory),s->directory.next-1-(i/26));
450 return array_get(&(s->directory),s->directory.next-number_of_entries)
    [all...]

Completed in 1347 milliseconds

<<11121314151617181920>>