Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 7 of 7) sorted by relevance

/external/webkit/V8Binding/v8/test/message/
Dtestcfg.py117 output_path = file_prefix + ".out"
118 if not exists(output_path):
119 print "Could not find %s" % output_path
121 result.append(MessageTestCase(test, file_path, output_path, mode,
/external/bluetooth/glib/glib/
Dgkeyfile.c590 gchar *output_path; in g_key_file_load_from_dirs() local
600 output_path = NULL; in g_key_file_load_from_dirs()
603 g_free (output_path); in g_key_file_load_from_dirs()
605 fd = find_file_in_data_dirs (file, data_dirs, &output_path, in g_key_file_load_from_dirs()
627 *full_path = output_path; in g_key_file_load_from_dirs()
629 g_free (output_path); in g_key_file_load_from_dirs()
/external/expat/conftools/
Dltmain.sh4880 output_path=`dirname $output`
4881 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4882 cwrapper="$output_path/$output_name.exe"
/external/dbus/
Dltmain.sh4911 output_path=`dirname $output`
4912 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4913 cwrapper="$output_path/$output_name.exe"
/external/libffi/
Dltmain.sh4929 output_path=`dirname $output`
4930 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4931 cwrapper="$output_path/$output_name.exe"
/external/libpng/
Dltmain.sh7299 output_path=$func_dirname_result
7300 cwrappersource="$output_path/$objdir/lt-$output_name.c"
7301 cwrapper="$output_path/$output_name.exe"
/external/bluetooth/glib/
DChangeLog.pre-2-8492 leak output_path. (#308546, Kjartan Maraas)