Home
last modified time | relevance | path

Searched refs:str_mode (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c43 static char *str_mode; variable
205 if (str_mode) in setup()
222 {"m", &str_mode, "Different mode, default is full mode"},
/third_party/python/Lib/test/
H A Dtest_tarfile.py3237 str_mode = mode[1:]
3239 {'r': stat.S_IRUSR, '-': 0}[str_mode[0]]
3240 | {'w': stat.S_IWUSR, '-': 0}[str_mode[1]]
3243 'S': stat.S_ISUID}[str_mode[2]]
3244 | {'r': stat.S_IRGRP, '-': 0}[str_mode[3]]
3245 | {'w': stat.S_IWGRP, '-': 0}[str_mode[4]]
3248 'S': stat.S_ISGID}[str_mode[5]]
3249 | {'r': stat.S_IROTH, '-': 0}[str_mode[6]]
3250 | {'w': stat.S_IWOTH, '-': 0}[str_mode[7]]
3253 'T': stat.S_ISVTX}[str_mode[
[all...]

Completed in 7 milliseconds