diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-08-27 01:29:23 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-08-27 01:29:23 +0200 |
commit | 89bf2bdc85bd576bfd81b438bb8d39b042d91779 (patch) | |
tree | b2d9b2cab10667fdd08f2de84db84dc86845477a /tests/component | |
parent | Merge "Free mmaped area if keys fail to load" (diff) | |
parent | Fix clang-tidy warnings in bootable/recovery. (diff) | |
download | android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar.gz android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar.bz2 android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar.lz android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar.xz android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.tar.zst android_bootable_recovery-89bf2bdc85bd576bfd81b438bb8d39b042d91779.zip |
Diffstat (limited to 'tests/component')
-rw-r--r-- | tests/component/applypatch_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp index b44ddd17c..2f7cb02f4 100644 --- a/tests/component/applypatch_test.cpp +++ b/tests/component/applypatch_test.cpp @@ -65,7 +65,7 @@ static bool file_cmp(std::string& f1, std::string& f2) { return c1 == c2; } -static std::string from_testdata_base(const std::string fname) { +static std::string from_testdata_base(const std::string& fname) { return android::base::StringPrintf("%s%s%s/%s", &DATA_PATH[0], &NATIVE_TEST_PATH[0], |