Searched refs:dex_path_stat (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1435 struct stat dex_path_stat; local
1436 if (stat(dex_path.c_str(), &dex_path_stat) != 0) {
1450 ((dex_path_stat.st_mode & S_IROTH) != 0);

Completed in 50 milliseconds