Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java235 if (isExecutableFile(simpleperfPath)) { in findSimpleperf()
241 private boolean isExecutableFile(@NonNull String path) { in isExecutableFile() method in ProfileSession
262 if (!isExecutableFile(toPath)) { in findSimpleperfInTempDir()