Home
last modified time | relevance | path

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

/art/artd/
Dartd.cc556 RawArtifactsPath path = OR_RETURN_FATAL(BuildArtifactsPath(in_artifactsPath)); in deleteArtifacts()
615 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable()
616 OR_RETURN_FATAL(ValidateDexPath(in_dexFile)); in isProfileUsable()
620 CmdlineBuilder art_exec_args = OR_RETURN_FATAL(GetArtExecCmdlineBuilder()); in isProfileUsable()
623 args.Add(OR_RETURN_FATAL(GetProfman())); in isProfileUsable()
667 std::string dst_path = OR_RETURN_FATAL(BuildFinalProfilePath(dst_aidl->profilePath)); in CopyAndRewriteProfileImpl()
668 OR_RETURN_FATAL(ValidateDexPath(dex_path)); in CopyAndRewriteProfileImpl()
672 CmdlineBuilder art_exec_args = OR_RETURN_FATAL(GetArtExecCmdlineBuilder()); in CopyAndRewriteProfileImpl()
675 args.Add(OR_RETURN_FATAL(GetProfman())).Add("--copy-and-update-profile-key"); in CopyAndRewriteProfileImpl()
725 std::string src_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_src)); in copyAndRewriteProfile()
[all …]
/art/libarttools/include_binder_utils/tools/
Dbinder_utils.h66 #define OR_RETURN_FATAL(expr) OR_RETURN_ERROR(Fatal, expr) macro