Home
last modified time | relevance | path

Searched defs:GetDataPath (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dplatform.cc127 std::string GetDataPath(absl::string_view relative_path) { in GetDataPath() function
/aosp_15_r20/external/libaom/test/
H A Dvideo_source.h43 static std::string GetDataPath() { in GetDataPath() function
/aosp_15_r20/external/libvpx/test/
H A Dvideo_source.h43 static std::string GetDataPath() { in GetDataPath() function
/aosp_15_r20/system/apex/apexd/
H A Dapex_file_repository.cpp485 Result<const std::string> ApexFileRepository::GetDataPath( in GetDataPath() function in android::apex::ApexFileRepository
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_record_test.cpp810 std::string GetDataPath() const { return perf_data_file_.path; } in GetDataPath() function in RecordingAppHelper