Home
last modified time | relevance | path

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

/system/extras/tests/kernel.config/
Dsysvipc_test.cpp30 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { in kcmp() argument
31 return syscall(SYS_kcmp, pid1, pid2, type, 0, idx1, idx2); in kcmp()
/system/core/adb/client/
Dbugreport.cpp151 size_t idx2 = line.rfind(BUGZ_PROGRESS_SEPARATOR); in ProcessLine() local
152 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine()
153 int total = std::stoi(line.substr(idx2 + 1)); in ProcessLine()
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument
148 display_allow(policydb, &c->key, idx2, perms2); in find_match()