Searched refs:code_cache_path (Results 1 – 1 of 1) sorted by relevance
773 auto code_cache_path = StringPrintf("%s/%s", path.c_str(), "code_cache"); in createAppDataDirs() local775 bool code_cache_exists = (access(code_cache_path.c_str(), F_OK) == 0); in createAppDataDirs()807 && restorecon_app_data_lazy(code_cache_path, seInfo, uid, false)) { in createAppDataDirs()808 return error("Failed to restorecon " + code_cache_path); in createAppDataDirs()