Searched refs:prefix (Results 1 – 11 of 11) sorted by relevance
/bootable/recovery/tests/unit/ |
D | dirutil_test.cpp | 52 std::string prefix(td.path); in TEST() local 53 std::string path = prefix + "/a/b"; in TEST() 65 ASSERT_EQ(0, rmdir((prefix + "/a/b").c_str())); in TEST() 66 ASSERT_EQ(0, rmdir((prefix + "/a").c_str())); in TEST() 71 std::string prefix(td.path); in TEST() local 72 std::string path = prefix + "/a/b"; in TEST() 77 ASSERT_EQ(0, stat((prefix + "/a").c_str(), &sb)) << strerror(errno); in TEST() 84 ASSERT_EQ(0, rmdir((prefix + "/a").c_str())); in TEST() 89 std::string prefix(td.path); in TEST() local 90 std::string path = prefix + "/a/b"; in TEST() [all …]
|
/bootable/recovery/minui/ |
D | resources.cpp | 364 bool matches_locale(const std::string& prefix, const std::string& locale) { in matches_locale() argument 374 if (prefix.empty()) { in matches_locale() 378 if (android::base::StartsWith(locale, prefix)) { in matches_locale() 382 size_t separator = prefix.find('-'); in matches_locale() 386 std::regex loc_regex(prefix.substr(0, separator) + "-[A-Za-z]*" + prefix.substr(separator)); in matches_locale()
|
/bootable/recovery/update_verifier/include/update_verifier/ |
D | update_verifier.h | 62 void set_care_map_prefix(const std::string& prefix);
|
/bootable/recovery/update_verifier/ |
D | update_verifier.cpp | 302 void UpdateVerifier::set_care_map_prefix(const std::string& prefix) { in set_care_map_prefix() argument 303 care_map_prefix_ = prefix; in set_care_map_prefix()
|
/bootable/libbootloader/gbl/libfdt/ |
D | BUILD | 27 "--ctypes-prefix",
|
/bootable/libbootloader/gbl/libboot/ |
D | BUILD | 42 "--ctypes-prefix",
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 194 bool matches_locale(const std::string& prefix, const std::string& locale);
|
/bootable/libbootloader/gbl/libbootimg/ |
D | BUILD | 52 "--ctypes-prefix",
|
/bootable/libbootloader/gbl/libefi/ |
D | BUILD | 63 "--ctypes-prefix",
|
/bootable/libbootloader/gbl/libavb/ |
D | BUILD.avb.bazel | 140 "--ctypes-prefix",
|
/bootable/libbootloader/gbl/toolchain/ |
D | gbl_toolchain.bzl | 269 # Put an underscore so that we don't need to deal with potential "lib" prefix from user
|