Searched refs:systemSessionCheckPath (Results 1 – 1 of 1) sorted by relevance
61 static const char systemSessionCheckPath[] = "/proc/vendor_sched/is_tgid_system_ui"; variable62 static const bool systemSessionCheckNodeExist = access(systemSessionCheckPath, W_OK) == 0;154 ::android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(systemSessionCheckPath, flags))); in getProcessTag()156 ALOGW("Can't open system session checking node %s", systemSessionCheckPath); in getProcessTag()