Home
last modified time | relevance | path

Searched refs:dst_aidl (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.cc663 OutputProfile* dst_aidl, in CopyAndRewriteProfileImpl() argument
666 RETURN_FATAL_IF_PRE_REBOOT_MISMATCH(options_, *dst_aidl, "dst"); in CopyAndRewriteProfileImpl()
667 std::string dst_path = OR_RETURN_FATAL(BuildFinalProfilePath(dst_aidl->profilePath)); in CopyAndRewriteProfileImpl()
685 OR_RETURN_NON_FATAL(NewFile::Create(dst_path, dst_aidl->fsPermission)); in CopyAndRewriteProfileImpl()
714 dst_aidl->profilePath.id = dst->TempId(); in CopyAndRewriteProfileImpl()
715 dst_aidl->profilePath.tmpPath = dst->TempPath(); in CopyAndRewriteProfileImpl()
Dartd.h309 aidl::com::android::server::art::OutputProfile* dst_aidl,