HomeSort by relevance Sort by last modified time
    Searched refs:IsValidApkPath (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
read_apk_test.cpp 24 TEST(read_apk, IsValidApkPath) {
25 ASSERT_FALSE(IsValidApkPath("/dev/zero"));
26 ASSERT_FALSE(IsValidApkPath(GetTestData(ELF_FILE)));
27 ASSERT_TRUE(IsValidApkPath(GetTestData(APK_FILE)));
read_apk.h 89 bool IsValidApkPath(const std::string& apk_path);
read_apk.cpp 53 if (!IsValidApkPath(apk_path)) {
115 if (!IsValidApkPath(apk_path)) {
142 bool IsValidApkPath(const std::string& apk_path) {
  /system/core/libbacktrace/
BacktraceOffline.cpp 772 static bool IsValidApkPath(const std::string& apk_path) {
812 if (!IsValidApkPath(apk_file)) {

Completed in 90 milliseconds