HomeSort by relevance Sort by last modified time
    Searched full:"$ path" (Results 1 - 25 of 1016) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
envvar.mk 2 echo $(PATH)
value.mk 1 FOO = $PATH
5 $(FOO_SPACE_BAR):=$PATH
6 $(FOO_COMMA_BAR):=$PATH
  /external/clang/tools/scan-build-py/tests/functional/src/compilation_database/
build_broken.json.in 3 "directory": "${path}",
5 "file": "${path}/main.c"
9 "directory": "${path}",
11 "file": "${path}/broken-one.c"
15 "directory": "${path}",
17 "file": "${path}/broken-two.c"
21 "directory": "${path}",
23 "file": "${path}/clean-one.c"
27 "directory": "${path}",
29 "file": "${path}/clean-two.c
    [all...]
build_regular.json.in 3 "directory": "${path}",
5 "file": "${path}/main.c"
9 "directory": "${path}",
11 "file": "${path}/clean-one.c"
15 "directory": "${path}",
17 "file": "${path}/clean-two.c"
21 "directory": "${path}",
23 "file": "${path}/emit-one.c"
27 "directory": "${path}",
29 "file": "${path}/emit-two.c
    [all...]
build_clean.json.in 3 "directory": "${path}",
5 "file": "${path}/main.c"
9 "directory": "${path}",
11 "file": "${path}/clean-one.c"
15 "directory": "${path}",
17 "file": "${path}/clean-two.c"
  /external/curl/tests/
pathhelp.pm 201 my ($path) = @_;
204 return $path unless (os_is_win());
207 return $path if ($path eq '');
209 if($path =~ s{^([a-zA-Z]):$}{\u$1:}) {
216 return $path;
218 elsif($path =~ m{^\\} || $path =~ m{^[a-zA-Z]:[^/\\]}) {
227 my $first_char = ucfirst(substr($path, 0, 1));
230 $path =~ s{[\\/]+}{/}g
    [all...]
  /dalvik/dx/tests/116-leb128/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this
  /external/toybox/toys/other/
which.c 1 /* which.c - Find executable files in $PATH.
13 Search $PATH for executable files matching filename(s).
20 // relative to current directory), or in $PATH. Returns absolute path to file,
27 // If they gave us a path, don't worry about $PATH or -a
42 // Search $PATH for matches.
  /external/llvm/cmake/modules/
GetSVN.cmake 29 if (NOT IS_SYMLINK "${path}")
33 subversion_wc_info( ${path} Project )
47 WORKING_DIRECTORY ${path}
66 WORKING_DIRECTORY ${path}
74 WORKING_DIRECTORY ${path}
87 if (EXISTS "${path}/.svn")
88 get_source_info_svn("${path}" revision repository)
89 elseif (EXISTS "${path}/.git/svn")
90 get_source_info_git_svn("${path}" revision repository)
91 elseif (EXISTS "${path}/.git"
    [all...]
  /external/openssh/
fixprogs 42 ($cmd, $path, $est) = /^\"([^\"]+)\"\s+([\w\/_-]+)\s+([\d\.\-]+)/o;
50 exec $path @args;
57 $path = "undef";
62 print "Evaluating '$path $mostargs'\n";
63 @ent = qx{$path $mostargs | $entcmd -b -t};
69 print OUT "\"$cmd\" $path $est\n";
  /dalvik/dx/tests/115-merge/
info.txt 4 The run script requires vogar, so you must have vogar on your $PATH to run this
  /dalvik/dx/tests/117-modified-utf8/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this
  /dalvik/dx/tests/119-merge-conflict/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this
  /external/caliper/scripts/
caliper 5 export PATH=$PATH:$JAVA_HOME/bin
  /external/robolectric/v1/
find-android.bat 2 for %%i in (android.bat) do set x=%%~dp$PATH:i
  /external/valgrind/none/tests/scripts/
bug231357.vgtest 2 env: PATH=/tmp/bruhaha:$PATH
  /system/chre/platform/shared/idl/
README.md 5 which requires that the FlatBuffers compiler `flatc` be available in $PATH.
  /external/abi-dumper/
Makefile.pl 226 foreach my $Path (sort keys(%Files))
228 my $Inst = $Path;
230 if(-d $Path)
237 copy($Path, $Inst);
244 sub readFile($)
245 {
246 my $Path = $_[0];
245 return "" if(not $Path or not -f $Path);
246 open(FILE, $Path) || die ("can't open file \'$Path\': $!\n");
255 sub writeFile($$)
256 {
257 my ($Path, $Content) = @_
    [all...]
  /frameworks/rs/rsov/compiler/tests/
run-lit-tests.sh 4 export PATH=$current_dir:$PATH
  /external/llvm/lib/LTO/
CMakeLists.txt 13 "${path}/.git/logs/HEAD" # Git
14 "${path}/.svn/wc.db" # SVN 1.7
15 "${path}/.svn/entries" # SVN 1.6
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh 49 tst_resm TINFO "Attaching task $pid to $path"
51 ROD echo "$pid" \> "$path/tasks"
53 for task in $(cat "$path/tasks"); do
55 tst_resm TINFO "Unexpected pid $task in $path/tasks, expected $pid"
67 ROD mkdir "$path"
72 ROD cat "$mount_point/cpuset.cpus" \> "$path/cpuset.cpus"
73 ROD cat "$mount_point/cpuset.mems" \> "$path/cpuset.mems"
  /external/abi-compliance-checker/
Makefile.pl 253 foreach my $Path (sort keys(%Files))
255 if($Path=~/Targets\//)
259 my $Inst = $Path;
261 if(-d $Path)
268 copy($Path, $Inst);
275 sub readFile($)
276 {
277 my $Path = $_[0];
276 return "" if(not $Path or not -f $Path);
277 open(FILE, $Path) || die ("can't open file \'$Path\': $!\n")
    [all...]
  /external/ltp/lib/
get_path.c 25 * Looks for binary prog_name in $PATH.
31 * $PATH.
79 * "::" inside $PATH, $PATH ending with ':' or $PATH starting
88 * If there is no '/' ad the end of path from $PATH add it.
  /external/clang/lib/Basic/
CMakeLists.txt 19 "${path}/.git/logs/HEAD" # Git
20 "${path}/.svn/wc.db" # SVN 1.7
21 "${path}/.svn/entries" # SVN 1.6
  /build/make/core/
process_wrapper.sh 14 export PREV_PATH=$PATH

Completed in 4695 milliseconds

1 2 3 4 5 6 7 8 91011>>