Home
last modified time | relevance | path

Searched refs:our_path (Results 1 – 11 of 11) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/capabilities/
Dtest_execve.c220 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/
Dtest_libfdt.py6 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/
Dbinman19 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'))
Dbinman.py19 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'))
Dentry.py25 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/
Ddtoc.py34 our_path = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.append(os.path.join(our_path, '../patman'))
Ddtoc34 our_path = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.append(os.path.join(our_path, '../patman'))
Dtest_dtoc.py24 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/
Dbuildman16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
Dbuildman.py16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
Dtest.py13 our_path = os.path.dirname(os.path.realpath(__file__)) variable
14 sys.path.append(os.path.join(our_path, '../patman'))