Searched refs:our_path (Results 1 – 11 of 11) sorted by relevance
/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 440 our_path = strdup(tmp2); in main() 441 if (!our_path) in main() 449 return do_tests(0, our_path); in main() 456 return do_tests(1, our_path); in main()
|
/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 | 19 our_path = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(our_path, dirname)) 93 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
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)) 93 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
D | entry.py | 25 our_path = os.path.dirname(os.path.realpath(__file__)) variable 95 sys.path.insert(0, os.path.join(our_path, 'etype'))
|
/external/u-boot/tools/dtoc/ |
D | dtoc | 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable 35 sys.path.append(os.path.join(our_path, '../patman'))
|
D | dtoc.py | 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable 35 sys.path.append(os.path.join(our_path, '../patman'))
|
D | test_dtoc.py | 24 our_path = os.path.dirname(os.path.realpath(__file__)) variable 57 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname))
|
/external/u-boot/tools/buildman/ |
D | buildman | 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable 17 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
D | buildman.py | 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable 17 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'))
|