Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Dread_apk.h38 EmbeddedElf(std::string filepath, in EmbeddedElf() argument
42 : filepath_(filepath) in EmbeddedElf()
50 const std::string &filepath() const { return filepath_; } in filepath() function
Denvironment.cpp211 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()
Denvironment.h38 std::string filepath; member
Dcmd_record.cpp540 kernel_mmap.len, 0, kernel_mmap.filepath); in DumpKernelAndModuleMmaps()
546 module_mmap.len, 0, module_mmap.filepath); in DumpKernelAndModuleMmaps()
/system/core/crash_reporter/
Dcrash_reporter.cc118 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/
Dsystem_profile_cache.cc174 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()
Dupload_service_test.cc81 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/
DWATCHLISTS8 'filepath': '.',
/system/core/metricsd/
DWATCHLISTS8 'filepath': '.',
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp610 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()