HomeSort by relevance Sort by last modified time
    Searched refs:input_path (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebKit2/Scripts/
generate-message-receiver.py 34 input_path = argv[1]
35 with open(input_path) as input_file:
generate-messages-header.py 34 input_path = argv[1]
35 with open(input_path) as input_file:
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 28 int GetMajorVersion(const std::wstring& input_path);
29 int DumpContents(const std::wstring& input_path);
30 int DumpHeaders(const std::wstring& input_path);
31 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number);
118 std::wstring input_path = command_line.GetSwitchValueNative(kInputPath); local
119 if (input_path.empty())
142 int version = GetMajorVersion(input_path);
156 return RunSlave(input_path, pipe_number);
182 return DumpContents(input_path);
184 return DumpHeaders(input_path);
    [all...]
dump_files.cc 267 int GetMajorVersion(const std::wstring& input_path) {
268 std::wstring index_name(input_path);
275 std::wstring data_name(input_path);
280 data_name = input_path;
289 int DumpHeaders(const std::wstring& input_path) {
290 std::wstring index_name(input_path);
296 file_util::FileEnumerator iter(FilePath(input_path), false,
307 int DumpContents(const std::wstring& input_path) {
308 DumpHeaders(input_path);
312 CacheDumper dumper(input_path);
    [all...]
upgrade.cc 914 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number) {
923 SlaveSM slave(input_path, pipe);
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 8 def configure_file(input_path, output_path, substitutions):
9 """configure_file(input_path, output_path, substitutions) -> bool
27 f = open(input_path, "rb")
  /external/webkit/Source/WebCore/html/parser/
create-html-entity-table 66 input_path = sys.argv[3] variable
68 html_entity_names_file = open(input_path)
  /external/webkit/Source/WebCore/inspector/
generate-inspector-idl 39 input_path = sys.argv[3] variable
41 input_file = open(input_path, "r")
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 38 input_path = local_path( 'input.txt' )
39 open( input_path, 'w' ) { |f| f.write( "yada yada" ) }
51 input = File.open( input_path )
57 File.delete( input_path )
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 263 sys::fs::Path input_path(pArchiveFile.path().parent_path());
264 if (!input_path.empty())
265 input_path.append(member_name);
267 input_path.assign(member_name);
269 m_LDInfo.inputFactory().produce(member_name, input_path, Input::Unknown);
281 LDContext *input_context = m_LDInfo.contextFactory().produce(input_path);
  /build/tools/releasetools/
edify_generator.py 240 def AddToZip(self, input_zip, output_zip, input_path=None):
243 script. If input_path is not None, it will be used as a local
251 if input_path is None:
254 data = open(os.path.join(input_path, "updater")).read()
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 169 const std::string &input_path = OptInputObjectFiles[0]; local
170 llvm::SmallString<200> output_path(input_path);
174 llvm::errs() << "Failed to determine the absolute path of `" << input_path
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 162 const std::string &input_path = OptInputObjectFiles[0]; local
163 llvm::SmallString<200> output_path(input_path);
167 llvm::errs() << "Failed to determine the absolute path of `" << input_path
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 241 const std::string &input_path = OptInputFilenames[0]; local
242 llvm::SmallString<200> output_path(input_path);
246 llvm::errs() << "Failed to determine the absolute path of `" << input_path
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 159 FilePath input_path(UTF8ToWide(text));
160 PrepareStringForFileOps(input_path, &filename);
166 FilePath input_path(text);
167 PrepareStringForFileOps(input_path, &filename);
  /development/testrunner/coverage/
coverage.py 182 for input_path in input_paths:
183 input_list.append("-in %s" % input_path)
  /external/srec/portable/src/
PFileWrap.c 489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute )
496 LSTRCPY ( path, input_path );
  /external/srec/portable/include/
PFile.h 588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );

Completed in 758 milliseconds