Searched refs:kCompOsVerifyPath (Results 1 – 1 of 1) sorted by relevance
61 constexpr const char* kCompOsVerifyPath = "/apex/com.android.compos/bin/compos_verify"; variable142 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()