Searched defs:file_content (Results 1 - 11 of 11) 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/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_v1/
H A Ddrive_file_sync_service_sync_unittest.cc336 std::string file_content; local
338 fake_drive_helper_->ReadFile(file_id, &file_content));
340 file_system->VerifyFile(url, file_content));
H A Dfake_drive_service_helper.cc229 std::string* file_content) {
249 return base::ReadFileToString(temp_file, file_content)
227 ReadFile( const std::string& file_id, std::string* file_content) argument
H A Dapi_util_unittest.cc366 std::string file_content = base::StringPrintf("test content %d", i); local
368 SetUpFile(origin_root_id, file_content, file_title, &file);
407 std::string file_content = base::StringPrintf("test content %d", i); local
409 SetUpFile(origin_root_id, file_content, file_title, &file);
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc117 std::string file_content; local
118 if (!base::ReadFileToString(path, &file_content))
120 std::string sha1 = base::SHA1HashString(file_content);
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc126 std::string file_content(buffer.get(), size);
128 base::JSONReader::Read(file_content, base::JSON_ALLOW_TRAILING_COMMAS));
322 std::string file_content; local
323 base::JSONWriter::Write(config.get(), &file_content);
325 *config_out = ::SysAllocString(UTF8ToUTF16(file_content).c_str());
361 std::string file_content = UTF16ToUTF8( local
364 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 167 milliseconds