Home
last modified time | relevance | path

Searched refs:srcfile (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_asm_deps.sh38 *) [ -f "$opt" ] && srcfile="$opt"
43 [ -n "$srcfile" ] || show_help
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
53 if [ -f `dirname $srcfile`/$inc ]; then
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
64 echo ${out} ${out%d}o: $srcfile
/hardware/intel/img/libdrm/
Dltmain.sh1156 continue # The current "srcfile" will either be retained or
1180 # The previous "srcfile" becomes the current argument.
1182 lastarg="$srcfile"
1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
1323 $ECHO "$srcfile" > "$lockfile"
1331 eval srcfile=\"$fix_srcfile_path\"
1333 func_quote_for_eval "$srcfile"
1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1365 $srcfile
1408 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
[all …]
Dconfigure8368 fix_srcfile_path='`cygpath -w "$srcfile"`'
Daclocal.m44727 _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5243 [Fix the shell variable $srcfile for the compiler])
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h19156 const char* srcfile,
19159 : type(t), file(srcfile), line(line_num), message(msg) { }