Home
last modified time | relevance | path

Searched refs:GetDataPath (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_file_repository.h78 android::base::Result<const std::string> GetDataPath(
H A Dapex_file_repository.cpp193 Result<const std::string> ApexFileRepository::GetDataPath( in GetDataPath() function in android::apex::ApexFileRepository
H A Dapex_file_repository_test.cpp106 auto ret = instance.GetDataPath(apex->GetManifest().name()); in TEST()
/aosp12/system/extras/simpleperf/
H A Dcmd_record_test.cpp716 std::string GetDataPath() const { return perf_data_file_.path; } in GetDataPath() function in RecordingAppHelper
741 auto reader = RecordFileReader::CreateInstance(helper.GetDataPath()); in TestRecordingApps()
860 auto reader = RecordFileReader::CreateInstance(helper.GetDataPath()); in TEST()