Home
last modified time | relevance | path

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

/external/chromium/net/tools/dump_cache/
Ddump_cache.cc32 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text);
126 std::wstring output_path = command_line.GetSwitchValueNative(kOutputPath); in main() local
128 if (output_path.size() >= 1 && output_path[output_path.size() - 1] != '\\') in main()
129 output_path.push_back('\\'); in main()
137 if (output_path.empty()) in main()
172 return CopyCache(output_path, server, copy_to_text); in main()
Dupgrade.cc900 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text) { in CopyCache() argument
903 MasterSM master(output_path, pipe, copy_to_text); in CopyCache()
/external/v8/test/message/
Dtestcfg.py119 output_path = file_prefix + ".out"
120 if not exists(output_path):
121 print "Could not find %s" % output_path
123 result.append(MessageTestCase(test, file_path, output_path, mode,
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dsingle_test_runner.py177 output_path = fs.join(output_dir, output_file)
178 _log.debug('writing new baseline result "%s"' % (output_path))
180 output_path = port.expected_filename(self._filename, modifier)
181 _log.debug('resetting baseline result "%s"' % output_path)
183 port.update_baseline(output_path, data)
/external/webkit/Source/WebCore/html/parser/
Dcreate-html-entity-table65 output_path = sys.argv[2] variable
75 output_file = open(output_path, "w")
/external/webkit/Source/WebCore/inspector/
Dgenerate-inspector-idl38 output_path = sys.argv[2] variable
47 output_file = open(output_path, "w")
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py230 output_path = os.path.realpath(path)
232 output_file = open(output_path, 'w')
/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/libffi/
Dltmain.sh4929 output_path=`dirname $output`
4930 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4931 cwrapper="$output_path/$output_name.exe"
/external/llvm/autoconf/
Dltmain.sh4880 output_path=`dirname $output`
4881 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4882 cwrapper="$output_path/$output_name.exe"
/external/chromium/sdch/open-vcdiff/
Dltmain.sh4963 output_path=`dirname $output`
4964 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4965 cwrapper="$output_path/$output_name.exe"
/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/chromium/third_party/libevent/
Dltmain.sh4955 output_path=`dirname $output`
4956 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4957 cwrapper="$output_path/$output_name.exe"
/external/protobuf/gtest/build-aux/
Dltmain.sh7297 output_path=$func_dirname_result
7298 cwrappersource="$output_path/$objdir/lt-$output_name.c"
7299 cwrapper="$output_path/$output_name.exe"
/external/protobuf/
Dltmain.sh7297 output_path=$func_dirname_result
7298 cwrappersource="$output_path/$objdir/lt-$output_name.c"
7299 cwrapper="$output_path/$output_name.exe"
/external/libpng/
Dltmain.sh7830 output_path=$func_dirname_result
7831 cwrappersource="$output_path/$objdir/lt-$output_name.c"
7832 cwrapper="$output_path/$output_name.exe"
/external/pcre/
Dltmain.sh8151 output_path=$func_dirname_result
8152 cwrappersource="$output_path/$objdir/lt-$output_name.c"
8153 cwrapper="$output_path/$output_name.exe"
/external/bluetooth/glib/
DChangeLog.pre-2-8492 leak output_path. (#308546, Kjartan Maraas)