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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/po/
at-expand.pl 51 "#. %p ext2fs_get_pathname of directory <ino>\n",
53 "#. the containing directory. (If dirent is NULL\n",
54 "#. then return the pathname of directory <ino2>)\n",
55 "#. %q ext2fs_get_pathname of directory <dir>\n",
56 "#. %Q ext2fs_get_pathname of directory <ino> with <dir> as\n",
57 "#. the containing directory.\n",
81 $msg =~ s/\@d/directory/g;
87 $msg =~ s/\@h/HTREE directory inode/g;
  /external/grub/util/
grub-install 66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
323 # Create the GRUB directory if it is not present.
383 # Check if the boot directory is in the same device as the root directory
    [all...]
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 16 # script found in this directory.
  /packages/apps/DeskClock/
Android.mk 4 # include res directory from timepicker
  /system/vold/
VolumeManager.h 91 const char **directory = NULL) const;
141 int unmountAllAsecsInDir(const char *directory);
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 79 String directory = sourcepath; local
83 directory = directory + filename.substring(0, pos) + separator;
88 File file = new File(directory, filename + ".java");
  /development/build/tools/
sdk_repo.mk 20 # the content of the given directory.
41 # package directory contains a single platform-related inner directory.
62 # package directory contains 3 levels from the sdk dir, for example
64 # Because we do not know the intermediary directory name, this only works
65 # if each directory contains a single sub-directory (e.g. sdk/$4/*/* must be
71 # $4=the root of directory to package in the sdk (e.g. extra/android).
  /device/asus/deb/self-extractors/qcom/staging/proprietary/
Android.mk 28 # Create symbolic link because user space can access persist directory,
29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /device/asus/flo/self-extractors/qcom/staging/proprietary/
Android.mk 28 # Create symbolic link because user space can access persist directory,
29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /device/lge/hammerhead/self-extractors/qcom/staging/proprietary/
Android.mk 28 # Create symbolic link because user space can access persist directory,
29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /device/lge/mako/self-extractors/qcom/staging/proprietary/
Android.mk 28 # Create symbolic link because user space can access persist directory,
29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
  /external/bison/build-aux/
vc-list-files 24 # With no argument, list them all. With a single DIRECTORY argument,
25 # list the version-controlled files in that directory.
27 # If there's an argument, it must be a single, "."-relative directory name.
36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
41 -C SRCDIR change directory to SRCDIR before generating list
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h 96 const base::FilePath& directory,
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 75 void SetScreenshotDirectoryForTest(const base::FilePath& directory);
  /external/chromium_org/chrome/browser/ui/webui/
screenshot_source.h 44 // Common access for the screenshot directory, parameter is set to the
45 // requested directory and return value of true is given upon success.
46 static bool GetScreenshotDirectory(base::FilePath* directory);
66 // Url that represents the base directory for screenshots.
69 // (relative to screenshot base directory).
71 // Path for directory where screenshots are saved
72 // (relative to screenshot base directory).
  /external/chromium_org/chrome_frame/tools/
smoke_test.py 14 # The top-level source directory.
15 # All other paths in this file are relative to this directory.
69 to the builder's solution directory.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.h 39 // and an optional backing directory on disk.
40 DOMStorageNamespace(const base::FilePath& directory, // may be empty
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 83 parser.error('No root directory given. See --root.')
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 114 // Registers request handler which serves files from |directory|.
116 // |directory|. Files under sub directories are also handled in the same way
117 // (i.e. "/foo/bar.html" is served by "foo/bar.html" under |directory|).
118 void ServeFilesFromDirectory(const base::FilePath& directory);
  /external/chromium_org/rlz/lib/
rlz_value_store.h 110 // Prefix |directory| to the path where the RLZ data file lives, for tests.
111 void SetRlzStoreDirectory(const base::FilePath& directory);
  /external/chromium_org/sync/engine/
store_timestamps_command.cc 10 #include "sync/syncable/directory.h"
16 syncable::Directory* dir) {
44 ProcessNewProgressMarkers(updates, session->context()->directory());
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 33 class Directory;
82 syncable::Directory* directory,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 122 usage = "usage: %prog [options] (input file or directory)"
133 help='specify an output directory to place files '
144 _log.error("Must specify an input directory or filename.")
154 _log.error("'%s' is not a directory or a file.", in_name)

Completed in 2407 milliseconds

1 2 3 4 5 6 7 8 91011>>