Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py995 is_candidate = lambda p: os.path.isfile(p) and os.access(p, os.X_OK) function
997 is_candidate = lambda p: os.path.exists(p)
1007 if is_candidate(next):
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c3374 bool is_candidate = false; local
3414 is_candidate = true;
3417 if (!is_candidate)