Searched refs:IsValidApkPath (Results 1 – 4 of 4) sorted by relevance
24 TEST(read_apk, IsValidApkPath) { in TEST() argument25 ASSERT_FALSE(IsValidApkPath("/dev/zero")); in TEST()26 ASSERT_FALSE(IsValidApkPath(GetTestData(ELF_FILE))); in TEST()27 ASSERT_TRUE(IsValidApkPath(GetTestData(APK_FILE))); in TEST()
53 if (!IsValidApkPath(apk_path)) { in FindElfInApkByOffsetWithoutCache()114 if (!IsValidApkPath(apk_path)) { in FindElfInApkByName()141 bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath() function
89 bool IsValidApkPath(const std::string& apk_path);
647 static bool IsValidApkPath(const std::string& apk_path) { in IsValidApkPath() function687 if (!IsValidApkPath(apk_file)) { in OpenEmbeddedElfFile()