Searched defs:file_content (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/gyp/test/actions-bare/
H A Dgyptest-bare.py19 file_content = 'Hello from bare.py\n' variable
21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/actions-none/
H A Dgyptest-none.py19 file_content = 'foo.cc\n' variable
21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/actions-subdir/
H A Dgyptest-action.py20 file_content = 'Hello from make-file.py\n' variable
23 test.built_file_must_match('file.out', file_content, chdir='src')
/external/chromium_org/tools/gyp/test/android/
H A Dgyptest-make-functions.py20 file_content = 'A boring test file\n' variable
21 test.built_file_must_match('file.in', file_content)
22 test.built_file_must_match('file.out', file_content)
/external/chromium_org/tools/gyp/test/additional-targets/
H A Dgyptest-additional.py27 file_content = 'Hello from emit.py\n' variable
28 test.built_file_must_match('out2.txt', file_content, chdir=chdir)
45 file_content = 'Hello from emit.py\n' variable
/external/chromium_org/remoting/host/
H A Djson_host_config.cc28 std::string file_content; local
29 if (!base::ReadFileToString(filename_, &file_content)) {
34 return SetSerializedData(file_content);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc279 std::string* file_content) {
299 return base::ReadFileToString(temp_file, file_content)
277 ReadFile( const std::string& file_id, std::string* file_content) argument
H A Ddrive_backend_sync_unittest.cc502 std::string file_content; local
504 fake_drive_service_helper_->ReadFile(file_id, &file_content));
506 file_system->VerifyFile(url, file_content));
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc124 std::string file_content(buffer.get(), size);
126 base::JSONReader::Read(file_content, base::JSON_ALLOW_TRAILING_COMMAS));
320 std::string file_content; local
321 base::JSONWriter::Write(config.get(), &file_content);
323 *config_out = ::SysAllocString(base::UTF8ToUTF16(file_content).c_str());
359 std::string file_content = base::UTF16ToUTF8( local
362 return WriteConfig(file_content.c_str(), file_content.size(), owner_window_);
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc74 ConfigFile::ConfigFile(const std::string& file_content) { argument
75 reset(file_content);
81 void ConfigFile::reset(const std::string& file_content) { argument
85 Tokenize(file_content, "\n", &lines);

Completed in 194 milliseconds