Searched refs:ispath (Results 1 – 3 of 3) sorted by relevance
2272 int ispath; member2286 int ispath = 0; in parse_fwd_field() local2301 ispath = 1; in parse_fwd_field()2311 fwd->ispath = ispath; in parse_fwd_field()2324 ispath = 1; in parse_fwd_field()2333 fwd->ispath = ispath; in parse_fwd_field()2376 if (fwdargs[0].ispath) { in parse_forward()2387 if (fwdargs[0].ispath && fwdargs[1].ispath) { in parse_forward()2392 } else if (fwdargs[1].ispath) { in parse_forward()2405 if (fwdargs[0].ispath) { in parse_forward()[all …]
2329 def ispath(x): function2372 if ispath(arg) and not os.path.exists(arg):2376 if ispath(arg) and os.path.isfile(arg):2379 if ispath(arg) and os.path.isdir(arg):
2728 def ispath(x): function2805 if ispath(arg) and not os.path.exists(arg):2809 if ispath(arg) and os.path.isfile(arg):2812 if ispath(arg) and os.path.isdir(arg):