Searched refs:filepath (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.h | 38 EmbeddedElf(std::string filepath, in EmbeddedElf() argument 42 : filepath_(filepath) in EmbeddedElf() 50 const std::string &filepath() const { return filepath_; } in filepath() function
|
D | environment.cpp | 211 module.filepath = it->second; in GetModulesInUse() 220 kernel_mmap->filepath = kernel_mmap->name; in GetKernelAndModuleMmaps() 223 if (map.filepath.empty()) { in GetKernelAndModuleMmaps() 224 map.filepath = "[" + map.name + "]"; in GetKernelAndModuleMmaps()
|
D | environment.h | 38 std::string filepath; member
|
D | cmd_record.cpp | 540 kernel_mmap.len, 0, kernel_mmap.filepath); in DumpKernelAndModuleMmaps() 546 module_mmap.len, 0, module_mmap.filepath); in DumpKernelAndModuleMmaps()
|
/system/core/crash_reporter/ |
D | crash_reporter.cc | 118 base::FilePath filepath(kGUIDFileName); in Initialize() local 119 if (!base::ReadFileToString(filepath, &guid) || guid.empty()) { in Initialize() 124 if (base::WriteFile(filepath, guid.c_str(), guid.size()) <= 0) { in Initialize() 126 << filepath.value(); in Initialize()
|
/system/core/metricsd/uploader/ |
D | system_profile_cache.cc | 174 base::FilePath filepath(filename); in GetPersistentGUID() local 175 if (!base::ReadFileToString(filepath, &guid)) { in GetPersistentGUID() 179 CHECK(base::WriteFile(filepath, guid.c_str(), guid.size())); in GetPersistentGUID()
|
D | upload_service_test.cc | 81 base::FilePath filepath = in SetTestingProperty() local 83 ASSERT_TRUE(base::CreateDirectory(filepath.DirName())); in SetTestingProperty() 85 base::WriteFile(filepath, value.data(), value.size())); in SetTestingProperty()
|
/system/update_engine/ |
D | WATCHLISTS | 8 'filepath': '.',
|
/system/core/metricsd/ |
D | WATCHLISTS | 8 'filepath': '.',
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 610 char filepath[MAX_PATH]; in testTraverse() local 621 strcpy(filepath, path); in testTraverse() 623 char* nameStart = filepath + pathlen; in testTraverse() 626 writeTestFile(testCase, filepath); in testTraverse()
|