HomeSort by relevance Sort by last modified time
    Searched refs:PATH (Results 151 - 175 of 271) sorted by null

1 2 3 4 5 67 8 91011

  /bootable/diskinstaller/
config.mk 154 $(hide) PATH=$(foreach p,$(INTERNAL_USERIMAGES_BINARY_PATHS),$(p):)$(PATH) \
  /device/common/
generate-factory-images-common.sh 178 PATH=%PATH%;"%SYSTEMROOT%\System32"
  /external/bison/build-aux/
gnupload 248 # Reset PATH to be sure that echo is a built-in. We will later use
255 PATH=/empty echo -n "Enter GPG passphrase: "
  /external/libffi/
ltcf-c.sh 69 *** really care for shared libraries, you may want to modify your PATH
103 # no search path for DLLs.
197 *** your PATH or compiler configuration so that the native linker is
289 # path is not listed in the libpath. Setting hardcode_minus_L
368 # no search path for DLLs.
477 hardcode_minus_L=yes # Not in the search PATH, but as the default
    [all...]
ltcf-gcj.sh 72 *** really care for shared libraries, you may want to modify your PATH
106 # no search path for DLLs.
200 *** your PATH or compiler configuration so that the native linker is
288 # path is not listed in the libpath. Setting hardcode_minus_L
367 # no search path for DLLs.
463 hardcode_minus_L=yes # Not in the search PATH, but as the default
  /external/webkit/Tools/Scripts/
webkitdirs.pm 36 use File::Path;
65 my $qmakebin = "qmake"; # Allow override of the qmake binary from $PATH
93 # walks up path checking each directory to see if it is the main WebKit project dir,
580 my $path = "$configurationProductDir/Safari.exe";
585 } elsif (-x $path) {
586 $safariBundle = $path;
666 my $path = builtDylibPathForName($framework);
667 die "Can't find built framework at \"$path\".\n" unless -e $path;
    [all...]
  /sdk/bash_completion/
adb.bash 185 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')
  /system/core/sh/
eval.c 613 static char def_path[] = "PATH=/usr/bin:/bin:/usr/sbin:/sbin";
621 memcpy(sys_path, "PATH=", 5);
696 const char *path = pathval(); local
786 static const char PATH[] = "PATH=";
790 * Modify the command lookup path, if a PATH= assignment
794 if (strncmp(sp->text, PATH, sizeof(PATH) - 1) == 0)
795 path = sp->text + sizeof(PATH) - 1
    [all...]
  /external/icu4c/
configure 79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 # Find who we are. Look in the path if we contain no directory separator.
98 for as_dir in $PATH
109 # in which case we are not to be found in the path.
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    [all...]
  /external/libogg/
configure 32 # PATH needs CR
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
70 # Find who we are. Look in the path if we contain no directory separator.
74 for as_dir in $PATH
85 # in which case we are not to be found in the path.
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
613 # So, first we look for a working echo in the user's PATH.
616 for dir in $PATH /usr/ucb; do
    [all...]
  /external/libpcap/
configure 33 # PATH needs CR
46 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
71 # Find who we are. Look in the path if we contain no directory separator.
75 for as_dir in $PATH
86 # in which case we are not to be found in the path.
223 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    [all...]
  /external/openssh/
configure 80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
94 # Find who we are. Look in the path if we contain no directory separator.
99 for as_dir in $PATH
110 # in which case we are not to be found in the path.
189 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    [all...]
  /external/bison/
configure 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
91 # Find who we are. Look in the path if we contain no directory separator.
96 for as_dir in $PATH
107 # in which case we are not to be found in the path.
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    [all...]
  /build/core/
base_rules.mk 576 ALL_MODULES.$(LOCAL_MODULE).PATH := \
577 $(ALL_MODULES.$(LOCAL_MODULE).PATH) $(LOCAL_PATH)
  /external/jpeg/
configure 545 for ac_dir in $PATH; do
575 for ac_dir in $PATH; do
588 # We found a bogon in the path, so make sure we never use it.
610 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    [all...]
config.guess 41 PATH=$PATH:/.attbin ; export PATH
  /external/qemu/distrib/jpeg-6b/
configure 545 for ac_dir in $PATH; do
575 for ac_dir in $PATH; do
588 # We found a bogon in the path, so make sure we never use it.
610 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    [all...]
config.guess 41 PATH=$PATH:/.attbin ; export PATH
  /external/webkit/LayoutTests/fast/url/script-tests/
segments.js 4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
57 ["http://foo/path;a??e#f#g", ["http:","foo","","/path;a","??e","#f#g"]],
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 40 // is the hostname and |path| is the remaining portion of the URL.
42 std::string* path) {
53 // the path.
58 // + 1 to skip the slash at the beginning of the path.
59 int offset = parsed.CountCharactersBefore(url_parse::Parsed::PATH, false) + 1;
62 path->assign(spec.substr(offset));
126 URLRequestChromeFileJob(net::URLRequest* request, const FilePath& path);
137 static bool IsSupportedURL(const GURL& url, FilePath* path);
139 const FilePath& path);
190 // Parse the URL into a request for a source and path
192 std::string path; local
265 FilePath path; local
    [all...]
  /external/openssh/regress/
test-exec.sh 126 # Path to sshd must be absolute for rexec
156 for i in $PATH
  /frameworks/base/services/java/com/android/server/firewall/
StringFilter.java 331 public static final ValueProvider PATH = new ValueProvider("path") {
  /external/qemu-pc-bios/bochs/
config.guess 119 PATH=$PATH:/.attbin ; export PATH
834 # problems with other programs or directories called `ld' in the path.
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 105 fd = open(PATH, O_RDONLY);
107 ALOGE("ERROR: failed to open config file %s error: %d\n", PATH, errno);
113 ALOGE("ERROR: failed to stat %s error %d\n", PATH, errno);
    [all...]
  /external/liblzf/
configure 28 # PATH needs CR
41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
66 # Find who we are. Look in the path if we contain no directory separator.
70 for as_dir in $PATH
81 # in which case we are not to be found in the path.
218 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011