Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1690 mode_t oat_dir_mode = S_IRWXU | S_IRWXG | S_IXOTH; in prepare_secondary_dex_oat_dir() local
1691 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()
1699 if (prepare_app_cache_dir(oat_dir, instruction_set, oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()