Home
last modified time | relevance | path

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

/art/artd/
Dartd.cc1140 struct stat profile_st = OR_RETURN_NON_FATAL(Fstat(*profile_file)); in dexopt() local
1141 if (fs_permission.isOtherReadable && (profile_st.st_mode & S_IROTH) == 0) { in dexopt()