Home
last modified time | relevance | path

Searched refs:idx1 (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.cpp150 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); in ProcessLine() local
152 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); in ProcessLine()
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument
146 display_allow(policydb, &l1->key, idx1, perms1); in find_match()