Searched refs:profile_st (Results 1 – 1 of 1) sorted by relevance
1140 struct stat profile_st = OR_RETURN_NON_FATAL(Fstat(*profile_file)); in dexopt() local1141 if (fs_permission.isOtherReadable && (profile_st.st_mode & S_IROTH) == 0) { in dexopt()