Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
Dodsign_main.cpp61 constexpr const char* kCompOsVerifyPath = "/apex/com.android.compos/bin/compos_verify"; variable
142 return access(kCompOsVerifyPath, X_OK) == 0; in compOsPresent()
342 const char* const argv[] = {kCompOsVerifyPath, "--instance", "current"}; in getComposInfo()
346 return Error() << kCompOsVerifyPath << " returned " << result; in getComposInfo()