Home
last modified time | relevance | path

Searched refs:endsWith (Results 1 – 11 of 11) sorted by relevance

/system/core/debuggerd/test_permissive_mte/src/com/android/tests/debuggerd/
DPermissiveMteTest.java63 if (!tombstone.endsWith(".pb")) { in tearDown()
85 if (!tombstone.endsWith(".pb")) { in testCrash()
113 if (!tombstone.endsWith(".pb")) { in testCrashProperty()
/system/core/init/test_upgrade_mte/src/com/android/tests/init/
DMteUpgradeTest.java79 if (!tombstone.endsWith(".pb")) { in testCrash()
112 if (!tombstone.endsWith(".pb")) { in testCrashOverridden()
/system/tools/xsdc/src/main/java/com/android/xsdc/
DCodeWriter.java68 if (line.endsWith("{")) { in print()
/system/tools/hidl/utils/include/hidl-util/
DFQName.h201 bool endsWith(const FQName &other) const;
/system/incremental_delivery/incfs/include/
Dpath.h99 bool endsWith(std::string_view path, std::string_view prefix);
/system/incremental_delivery/incfs/
Dpath.cpp232 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith() function
DMountRegistry.cpp317 if (path::endsWith(mountDir, "mount"sv)) { in fixBackingDir()
Dincfs.cpp108 if (!path::endsWith(cmdFile, INCFS_PENDING_READS_FILENAME)) { in rootForCmd()
/system/tools/hidl/utils/
DFQName.cpp509 bool FQName::endsWith(const FQName &other) const { in endsWith() function in android::FQName
/system/tools/hidl/
DAST.cpp785 if (key.endsWith(fqName)) { in findDefinedType()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java723 if (text.endsWith(("\n"))) { in replaceLine()