Searched refs:our_path (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 220 static int do_tests(int uid, const char *our_path) in do_tests() argument 224 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY); in do_tests() 227 our_path, strerror(errno)); in do_tests() 431 char *tmp1, *tmp2, *our_path; in main() local 438 our_path = strdup(tmp2); in main() 439 if (!our_path) in main() 449 return do_tests(0, our_path); in main() 458 return do_tests(1, our_path); in main()
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | binman | 19 our_path = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(our_path, dirname)) 27 sys.path.insert(0, os.path.join(our_path, 'etype'))
|
| H A D | binman.py | 19 our_path = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(our_path, dirname)) 27 sys.path.insert(0, os.path.join(our_path, 'etype'))
|
| /OK3568_Linux_fs/u-boot/lib/libfdt/ |
| H A D | test_libfdt.py | 6 our_path = os.path.dirname(os.path.realpath(__file__)) variable 7 sys.path.append(os.path.join(our_path, '../../b/sandbox_spl/tools'))
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | dtoc.py | 35 our_path = os.path.dirname(os.path.realpath(__file__)) variable 36 sys.path.append(os.path.join(our_path, '../patman'))
|
| H A D | dtoc | 35 our_path = os.path.dirname(os.path.realpath(__file__)) variable 36 sys.path.append(os.path.join(our_path, '../patman'))
|
| H A D | test_dtoc.py | 26 our_path = os.path.dirname(os.path.realpath(__file__)) variable 59 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname))
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | buildman | 17 our_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| H A D | buildman.py | 17 our_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| H A D | test.py | 15 our_path = os.path.dirname(os.path.realpath(__file__)) variable 16 sys.path.append(os.path.join(our_path, '../patman'))
|