HomeSort by relevance Sort by last modified time
    Searched refs:PATH (Results 201 - 225 of 1192) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/protoc-artifacts/
build-protoc.sh 15 # Under Cygwin, bash doesn't have these in PATH when called from Maven which
17 export PATH="/bin:/usr/bin:$PATH"
50 # Usage: checkArch <path-to-protoc>
94 # Usage: checkDependencies <path-to-protoc>
  /external/selinux/restorecond/
user.c 52 static const char *PATH="/org/selinux/Restorecond";
92 /* listening to messages from all objects as no path is specified */
187 message = dbus_message_new_signal (PATH,
  /external/snakeyaml/src/test/java/org/pyyaml/
PyImportTest.java 37 public static final String PATH = "pyyaml";
66 content = Util.getLocalResource(PATH + File.separator + theName);
  /external/swiftshader/third_party/LLVM/test/
Makefile.tests 41 PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
  /external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
build-install-linux.sh 28 # Make sure ${CROSS_TARGET}-* binutils are in command path
29 export PATH="${CODE_SOURCERY_BIN}:${PATH}"
108 echo -n "Fix the path or download it from "
  /test/framework/harnesses/host_controller/gsi/
change_security_patch_ver.sh 106 # try to get bin path from the current location.
110 # If shell is executed through 'run', its base path is "testcases"
113 # If current path is "gsi" then we assume current path is
120 echo "Cannot find the required binaries. Need lunch; or run in a correct path"
146 # check the property file path
156 for path in ${BUILD_PROP_PATH_LIST[@]}; do
157 if [ -f "${MOUNT_POINT}${path}" ]; then
158 BUILD_PROP_MOUNT_PATH="${MOUNT_POINT}${path}"
159 BUILD_PROP_PATH=${path}
    [all...]
  /external/google-breakpad/android/
run-checks.sh 101 installation directory, or use the --ndk-dir=<path> option.
107 tool in your path. They are used to:
156 --ndk-dir=<path> Specify NDK installation directory.
157 --tmp-dir=<path> Specify temporary directory (will be wiped-out).
158 --adb=<path> Specify adb program path.
174 --ndk-dir=<path>."
204 # If --tmp-dir=<path> is not used, create a temporary directory.
205 # Otherwise, start by cleaning up the user-provided path.
354 PATH="$NDK_STANDALONE/bin:$PATH
    [all...]
  /external/ltp/testscripts/
test_fs_bind.sh 70 # set the PATH to include testcases/bin
72 PATH="${PATH}:/usr/sbin:${LTPBIN}:${FS_BIND_ROOT}/bin"
87 export LTPBIN PATH FS_BIND_ROOT ERR_MSG TCID TST_COUNT TST_TOTAL
445 export LTPBIN PATH FS_BIND_ROOT ERR_MSG TCID TST_COUNT TST_TOTAL
  /external/python/cpython2/PC/VS9.0/
rt.bat 43 PATH %PATH%;%pcbuild%..\..\externals\%tcltk%\bin
  /external/selinux/libsemanage/utils/
semanage_migrate_store 59 (file, ext) = os.path.splitext(name)
74 copy_file(os.path.join(root, name), "%s/%s/hll" % (bottomdir, file))
88 (disabledname, disabledext) = os.path.splitext(file)
123 copy_file(os.path.join(root, name), os.path.join(newstore, newname))
128 (file, ext) = os.path.splitext(name)
195 return "%s%s" % (ROOT, PATH)
220 parser.add_option("-P", "--path", dest="path",
221 help="Set path for the policy store (default: /var/lib/selinux)"
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 52 #define PATH "/proc/asound/card1/stream0"
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationRequestSeeAllFragment.java 38 public static final String PATH =
  /prebuilts/go/darwin-x86/src/os/
executable_path.go 20 // Args[0] is an absolute path, so it is the executable.
26 // Args[0] is a relative path: prepend the
42 // Search for executable in $PATH.
43 for _, dir := range splitPathList(Getenv("PATH")) {
65 func isExecutable(path string) error {
66 stat, err := Stat(path)
80 // splitPathList splits a path list.
  /prebuilts/go/linux-x86/src/os/
executable_path.go 20 // Args[0] is an absolute path, so it is the executable.
26 // Args[0] is a relative path: prepend the
42 // Search for executable in $PATH.
43 for _, dir := range splitPathList(Getenv("PATH")) {
65 func isExecutable(path string) error {
66 stat, err := Stat(path)
80 // splitPathList splits a path list.
  /prebuilts/misc/common/robolectric/3.1.1/
robotest-internal.mk 52 PATH=${ANDROID_JAVA8_HOME}/bin:$${PATH} \
  /prebuilts/misc/common/robolectric/3.4.2/
robotest-internal.mk 45 PATH=${ANDROID_JAVA8_HOME}/bin:$${PATH} \
  /prebuilts/misc/common/robolectric/3.5.1/
robotest-internal.mk 44 PATH=${ANDROID_JAVA8_HOME}/bin:$${PATH} \
  /external/e2fsprogs/misc/
e2fuzz.sh 96 PATH="${SCRIPT_DIR}:${SCRIPT_DIR}/../e2fsck/:${PATH}"
97 export PATH
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 8 @REM WORKSPACE, EDK_TOOLS_PATH, PATH
42 @REM [--reconfig] [--edk-tools-path DirName]
65 @if not defined ORIGINAL_PATH set "ORIGINAL_PATH=%PATH%"
136 @if /I "%1"=="--edk-tools-path" (
141 @echo ERROR : The --edk-tools-path flag requires an argument
226 @echo --reset, -r Reset the EDK_TOOLS_PATH and PATH system environment
229 @echo arguments given to the --edk-tools-path, --pull and/or
238 @echo --edk-tools-path DIRECTORY
304 @echo variable, PYTHONHOME to the Path to the python.exe, for example,
315 @echo to the Path that contains python.exe, for example, if python.exe is
    [all...]
  /external/curl/projects/
checksrc.bat 75 rem Check we have Perl in our path
76 echo %PATH% | findstr /I /C:"\Perl" 1>nul
78 rem It isn't so check we have it installed and set the path if it is
80 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
83 set "PATH=%SystemDrive%\Perl64\bin;%PATH%"
  /external/eigen/cmake/
FindPastix.cmake 51 # options at configure (ex: cmake path/to/project -DPASTIX_DIR=path/to/pastix):
77 set(PASTIX_DIR "" CACHE PATH "Installation directory of PASTIX library")
227 # -DMPI_C_COMPILER=path/to/mpicc -DMPI_Fortran_COMPILER=path/to/mpif90
259 # -DMPI_C_COMPILER=path/to/mpicc -DMPI_Fortran_COMPILER=path/to/mpif90
368 # call cmake macro to find the header path
391 # If found, add path to cmake variable
436 # call cmake macro to find the lib path
    [all...]
  /build/make/
envsetup.sh 92 # Get the value of a build variable as an absolute path.
171 # to PATH, and the next time it is run, it removes that from #
172 # PATH. This is required so lunch can be run more than once #
178 # due to "C:\Program Files" being in the path.
182 export PATH=${PATH/$ANDROID_BUILD_PATHS/}
185 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/}
187 export PATH=${PATH/:%/
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 22 "path/filepath"
159 path := filepath.Join(tmpgopath, "src", p.pkgpath)
160 err := os.MkdirAll(filepath.Dir(path), os.ModePerm)
165 err = os.Symlink(filepath.Join(srcdir, p.llvmpath), path)
171 newpath := os.Getenv("PATH")
186 "PATH=" + newpath,
200 !strings.HasPrefix(v, "PATH=") {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 195 /path/to/build-mingw64-toolchain.sh
211 PATH=\$SDK_TOOLCHAIN/bin:\$PATH \\
212 /path/to/build-mingw64-toolchain.sh --binprefix=x86_64-linux
217 It is recommended to use --package-dir=<path> to generate tarballs of the
218 generated toolchains under <path>/, for easier redistribution.
238 --work-dir=<path> Specify work/build directory [$TEMP_DIR]."
239 --package-dir=<path> Package toolchain to directory."
247 panic "You should only use --cleanup with --package-dir=<path> !".
265 # $1: SDK root path
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 29 private static final String PATH = "/PATH";
84 new MockFileObserver(PATH);
86 new MockFileObserver(PATH, FileObserver.ACCESS);
264 public String path; field in class:FileObserverTest.FileEvent
266 public FileEvent(final int event, final String path) {
268 this.path = path;
284 public MockFileObserver(String path) {
285 super(path);
    [all...]

Completed in 650 milliseconds

1 2 3 4 5 6 7 891011>>