Home | History | Annotate | Download | only in component

Lines Matching defs:source

2  * Copyright (C) 2016 The Android Open Source Project
57 source = GetEmmcTargetString(from_testdata_base("boot.img"));
58 ASSERT_FALSE(source.empty());
71 std::string source;
112 "--source",
113 source,
124 "--target", target, "--source",
125 source,
148 "applypatch", "--patch", patch_file.path, "--target", target, "--source", source,
158 "--target", target, "--source", source,
177 "applypatch", "--bonus", from_testdata_base("bonus.file"), "--flash", source,
185 ASSERT_EQ(0, InvokeApplyPatchModes({ "applypatch", "--check", source }));