/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | linux_based_platform_backend.py | 28 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))
|
D | linux_based_platform_backend_unittest.py | 25 def GetFileContents(self, filename): member in TestLinuxBackend
|
D | posix_platform_backend.py | 46 def GetFileContents(self, path): member in PosixPlatformBackend
|
D | linux_platform_backend.py | 59 for line in self.GetFileContents('/etc/lsb-release').splitlines():
|
D | cros_platform_backend.py | 73 def GetFileContents(self, filename): member in CrosPlatformBackend
|
D | android_platform_backend.py | 426 def GetFileContents(self, fname): member in AndroidPlatformBackend
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 153 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/ |
D | test_support.cpp | 49 GetFileContents(full_path.c_str(), &data_length); in GetExternalData() 75 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
|
D | test_support.h | 29 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
|
D | embedder_test.cpp | 118 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocument()
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | cros_interface_unittest.py | 37 contents = cri.GetFileContents(tmp_file) 50 hosts = cri.GetFileContents('/etc/lsb-release')
|
D | cros_interface.py | 322 def GetFileContents(self, filename): member in CrOSInterface 510 lines = self.GetFileContents('/etc/lsb-release').split('\n')
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.h | 101 static bool GetFileContents(const wstring &filename, vector<char> *contents);
|
D | http_upload.cc | 276 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/ |
D | OptionValueFileSpec.h | 112 GetFileContents(bool null_terminate);
|
/external/lldb/source/Interpreter/ |
D | OptionValueFileSpec.cpp | 147 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents() function in OptionValueFileSpec
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
D | sysfs_power_monitor.py | 128 stats[cpu] = self._platform.GetFileContents(cpu_freq_path)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
D | chrome_tracing_agent_unittest.py | 351 config_file_str = cri.GetFileContents(agent.trace_config_file)
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 615 GetFileContents(filename.c_str(), &file_length); in main()
|
/external/lldb/source/Target/ |
D | Target.cpp | 2728 DataBufferSP data_sp(file->GetFileContents(null_terminate)); in GetExpressionPrefixContentsAsCString()
|