Home
last modified time | relevance | path

Searched refs:GetFileContents (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dlinux_based_platform_backend.py28 meminfo_contents = self.GetFileContents('/proc/meminfo')
39 meminfo_contents = self.GetFileContents('/proc/meminfo')
101 def GetFileContents(self, filename): member in LinuxBasedPlatformBackend
139 return self.GetFileContents('/proc/%s/%s' % (pid, filename))
Dlinux_based_platform_backend_unittest.py25 def GetFileContents(self, filename): member in TestLinuxBackend
Dposix_platform_backend.py46 def GetFileContents(self, path): member in PosixPlatformBackend
Dlinux_platform_backend.py59 for line in self.GetFileContents('/etc/lsb-release').splitlines():
Dcros_platform_backend.py73 def GetFileContents(self, filename): member in CrosPlatformBackend
Dandroid_platform_backend.py426 def GetFileContents(self, fname): member in AndroidPlatformBackend
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc153 void GetFileContents(const std::wstring& path, std::string* content) { in GetFileContents() function
190 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_F()
/external/pdfium/testing/
Dtest_support.cpp49 GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
75 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
Dtest_support.h29 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
Dembedder_test.cpp118 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocument()
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dcros_interface_unittest.py37 contents = cri.GetFileContents(tmp_file)
50 hosts = cri.GetFileContents('/etc/lsb-release')
Dcros_interface.py322 def GetFileContents(self, filename): member in CrOSInterface
510 lines = self.GetFileContents('/etc/lsb-release').split('\n')
/external/google-breakpad/src/common/windows/
Dhttp_upload.h101 static bool GetFileContents(const wstring &filename, vector<char> *contents);
Dhttp_upload.cc276 if (!GetFileContents(upload_file, &contents)) { in GenerateRequestBody()
323 bool HTTPUpload::GetFileContents(const wstring &filename, in GetFileContents() function in google_breakpad::HTTPUpload
/external/lldb/include/lldb/Interpreter/
DOptionValueFileSpec.h112 GetFileContents(bool null_terminate);
/external/lldb/source/Interpreter/
DOptionValueFileSpec.cpp147 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents() function in OptionValueFileSpec
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor.py128 stats[cpu] = self._platform.GetFileContents(cpu_freq_path)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent_unittest.py351 config_file_str = cri.GetFileContents(agent.trace_config_file)
/external/pdfium/samples/
Dpdfium_test.cc615 GetFileContents(filename.c_str(), &file_length); in main()
/external/lldb/source/Target/
DTarget.cpp2728 DataBufferSP data_sp(file->GetFileContents(null_terminate)); in GetExpressionPrefixContentsAsCString()