/external/linux-kselftest/tools/testing/selftests/capabilities/ |
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()
|
/external/u-boot/tools/dtoc/ |
D | dtoc.py | 36 our_path = os.path.dirname(os.path.realpath(__file__)) variable 37 sys.path.append(os.path.join(our_path, '../patman')) 41 sys.path.insert(0, os.path.join(our_path,
|
D | dtoc | 36 our_path = os.path.dirname(os.path.realpath(__file__)) variable 37 sys.path.append(os.path.join(our_path, '../patman')) 41 sys.path.insert(0, os.path.join(our_path,
|
D | test_dtoc.py | 29 our_path = os.path.dirname(os.path.realpath(__file__)) variable 64 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname),
|
D | test_fdt | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 20 sys.path.insert(0, os.path.join(our_path, dirname))
|
D | test_fdt.py | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 20 sys.path.insert(0, os.path.join(our_path, dirname))
|
/external/u-boot/lib/libfdt/ |
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'))
|
/external/u-boot/tools/binman/ |
D | binman.py | 25 our_path = os.path.dirname(os.path.realpath(__file__)) variable 27 sys.path.insert(2, os.path.join(our_path, dirname)) 31 sys.path.insert(2, os.path.join(our_path, 150 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
D | binman | 25 our_path = os.path.dirname(os.path.realpath(__file__)) variable 27 sys.path.insert(2, os.path.join(our_path, dirname)) 31 sys.path.insert(2, os.path.join(our_path, 150 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
D | entry.py | 21 our_path = os.path.dirname(os.path.realpath(__file__)) variable 114 sys.path.insert(0, os.path.join(our_path, 'etype'))
|
/external/u-boot/tools/buildman/ |
D | buildman.py | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 19 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
D | buildman | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 19 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
D | test.py | 13 our_path = os.path.dirname(os.path.realpath(__file__)) variable 14 sys.path.append(os.path.join(our_path, '../patman'))
|
/external/u-boot/tools/ |
D | rmboard.py | 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable 35 sys.path.append(os.path.join(our_path, '../tools/patman'))
|