Searched refs:expfile (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/ |
D | ld_so_aix.in | 120 expfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bE://"` 155 if test -z "$expfile"; then 156 expfile="$filename.exp" 174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4" 176 CCOPT="-Wl,-bnoentry -Wl,-bE:$expfile -Wl,-bhalt:4" 184 $makexp $expfile "$objfile" $objs 193 rm -f $expfile
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | glcpp_test.py | 62 def test_output(glcpp, contents, expfile, nl_format='\n'): argument 78 with open(expfile, 'r') as f:
|
/third_party/node/ |
D | node.gypi | 224 'action_name': 'expfile',
|