Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/
DCodeWriter.java62 if (line.endsWith("{")) { in print()
/system/incremental_delivery/incfs/
Dpath.h60 bool endsWith(std::string_view path, std::string_view prefix);
Dpath.cpp257 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith() function
Dincfs.cpp96 if (!path::endsWith(cmdFile, INCFS_PENDING_READS_FILENAME)) { in rootForCmd()
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java164 if (line.endsWith(packageSuffix)) { in getFilenameFromPackageName()
209 if (line.startsWith(successLineStart) && line.endsWith(successLineEnd)) { in createInstallSession()
/system/tools/hidl/utils/include/hidl-util/
DFQName.h213 bool endsWith(const FQName &other) const;
/system/tools/hidl/utils/
DFQName.cpp525 bool FQName::endsWith(const FQName &other) const { in endsWith() function in android::FQName
/system/tools/hidl/
DAST.cpp779 if (key.endsWith(fqName)) { in findDefinedType()