Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/tools/dump_cache/
Ddump_cache.cc28 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); in main() local
119 if (input_path.empty()) in main()
142 int version = GetMajorVersion(input_path); in main()
156 return RunSlave(input_path, pipe_number); in main()
182 return DumpContents(input_path); in main()
184 return DumpHeaders(input_path); in main()
Ddump_files.cc267 int GetMajorVersion(const std::wstring& input_path) { in GetMajorVersion() argument
268 std::wstring index_name(input_path); in GetMajorVersion()
275 std::wstring data_name(input_path); in GetMajorVersion()
280 data_name = input_path; in GetMajorVersion()
289 int DumpHeaders(const std::wstring& input_path) { in DumpHeaders() argument
290 std::wstring index_name(input_path); in DumpHeaders()
296 file_util::FileEnumerator iter(FilePath(input_path), false, in DumpHeaders()
307 int DumpContents(const std::wstring& input_path) { in DumpContents() argument
308 DumpHeaders(input_path); in DumpContents()
312 CacheDumper dumper(input_path); in DumpContents()
Dupgrade.cc914 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number) { in RunSlave() argument
923 SlaveSM slave(input_path, pipe); in RunSlave()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
Dmain-scripts.rb38 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 )
/external/llvm/utils/lit/tests/
Dunittest-adaptor.py15 input_path = sys.argv[1] variable
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/webkit/Source/WebKit2/Scripts/
Dgenerate-message-receiver.py34 input_path = argv[1]
35 with open(input_path) as input_file:
Dgenerate-messages-header.py34 input_path = argv[1]
35 with open(input_path) as input_file:
/external/llvm/utils/llvm-build/llvmbuild/
Dconfigutil.py8 def configure_file(input_path, output_path, substitutions): argument
27 f = open(input_path, "rb")
/external/webkit/Source/WebCore/html/parser/
Dcreate-html-entity-table66 input_path = sys.argv[3] variable
68 html_entity_names_file = open(input_path)
/external/webkit/Source/WebCore/inspector/
Dgenerate-inspector-idl39 input_path = sys.argv[3] variable
41 input_file = open(input_path, "r")
/external/chromium/chrome/browser/net/
Durl_fixer_upper.cc159 FilePath input_path(UTF8ToWide(text)); in FixupPath() local
160 PrepareStringForFileOps(input_path, &filename); in FixupPath()
166 FilePath input_path(text); in FixupPath() local
167 PrepareStringForFileOps(input_path, &filename); in FixupPath()
/external/srec/portable/src/
DPFileWrap.c489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute ) in pf_is_path_absolute() argument
496 LSTRCPY ( path, input_path ); in pf_is_path_absolute()
/external/srec/portable/include/
DPFile.h588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );