Home
last modified time | relevance | path

Searched refs:GetFileContents (Results 1 – 16 of 16) 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')
97 def GetFileContents(self, filename): member in LinuxBasedPlatformBackend
135 return self.GetFileContents('/proc/%s/%s' % (pid, filename))
Dlinux_based_platform_backend_unittest.py25 def GetFileContents(self, filename): member in TestBackend
Dposix_platform_backend.py43 def GetFileContents(self, path): member in PosixPlatformBackend
Dlinux_platform_backend.py59 for line in self.GetFileContents('/etc/lsb-release').splitlines():
Dcros_platform_backend.py84 def GetFileContents(self, filename): member in CrosPlatformBackend
Dandroid_platform_backend.py422 def GetFileContents(self, fname): member in AndroidPlatformBackend
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dcros_interface_unittest.py35 contents = cri.GetFileContents('/tmp/testPushContents')
55 hosts = cri.GetFileContents('/etc/lsb-release')
64 self.assertRaises(OSError, lambda: cri.GetFileContents(f.name))
Dcros_interface.py320 def GetFileContents(self, filename): member in CrOSInterface
/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/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/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor.py128 stats[cpu] = self._platform.GetFileContents(cpu_freq_path)
/external/pdfium/samples/
Dpdfium_test.cc615 GetFileContents(filename.c_str(), &file_length); in main()