HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 726 - 750 of 1031) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 136 # we've found a directory we know exists in the source tree.
139 dirname.split(/\//).reverse.inject(basename) do |path, directory|
140 path = directory + "/" + path
142 return [OPENSOURCE_URL, path] if OPENSOURCE_DIRS.include?(directory)
730 cmd = GIT_PATH + " apply --directory=" + File.dirname(output_filepath)
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 1010 LOG(ERROR) << "Failed to create appcache directory.";
1188 base::FilePath directory = db_file_path_.DirName(); local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 352 File directory = new File(oldPath.getParent()); local
362 String candidate = directory.toString()
378 directory.toString(), fileName + "-" + x + ".jpg",
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 804 syncer::syncable::Directory* directory,
806 : WriteTransaction(from_here, writer, directory),
840 syncer::syncable::Directory* directory = user_share->directory.get(); local
862 WriteTransactionTest trans(FROM_HERE, UNITTEST, directory,
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /external/dnsmasq/src/
option.c 298 { '7', ARG_DUP, "path", gettext_noop("Read configuration from all the files in this directory."), NULL },
306 { LOPT_PREFIX, ARG_ONE, "<directory>", gettext_noop("Export files by TFTP only from the specified subtree."), NULL },
1034 char *directory, *path; local
    [all...]
  /external/bison/
maint.mk     [all...]
  /external/clang/tools/scan-build/
scan-build 116 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
144 DieDiag("directory '$Dir' exists but is not readable.\n");
146 # Iterate over all files in the specified directory.
175 DieDiag("'$Dir' exists but is not a directory.\n");
179 DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
406 # CopyFiles - Copy resource files to target directory.
504 die "No directory specified." if (!defined $Dir);
516 Diag("Removing directory '$Dir' because it contains no reports.\n");
528 # Scan the failures directory and use the information in the .info files
529 # to update the common prefix directory
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 70 static void yaffs_AddObjectToDirectory(yaffs_Object * directory,
1369 /* Add it to the lost and found directory.
    [all...]
  /external/bison/build-aux/
depcomp 44 DEPDIR directory where to store dependencies.
59 # Get the directory component of the given path, and save it in the
60 # global variables '$dir'. Note that this directory component will
299 # current directory. Also, the AIX compiler puts '$object:' at the
300 # start of each line; $object doesn't have directory information.
301 # Version 6 uses the directory in both cases.
  /external/chromium/build/
install-build-deps.sh 39 # First make sure root can access this directory, as that's tripped
45 echo root cannot write to the current directory, not installing gold
389 # library to a lib32 directory and package everything as a *.deb file.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 237 # Output will be places in a directory name based on Toolchain and configuration
240 # of timestamp, since the directory can update when files change.
244 @echo Directory Stamp > $@
251 # $2 = Directory for the sub-make
  /external/chromium_org/remoting/webapp/
host_list.js 126 * Query the Remoting Directory for the user's list of hosts.
429 // Refreshing the list is no good in general, because the directory
433 // and we hope that the directory will have been updated by that point.