Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/capabilities/
H A 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
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()
/openbmc/u-boot/tools/binman/
H A Dbinman20 our_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.insert(0, os.path.join(our_path, dirname))
26 sys.path.insert(0, os.path.join(our_path,
104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
H A Dbinman.py20 our_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.insert(0, os.path.join(our_path, dirname))
26 sys.path.insert(0, os.path.join(our_path,
104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
H A Dentry.py30 our_path = os.path.dirname(os.path.realpath(__file__)) variable
108 sys.path.insert(0, os.path.join(our_path, 'etype'))
/openbmc/u-boot/lib/libfdt/
H A 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'))
/openbmc/u-boot/tools/dtoc/
H A Ddtoc34 our_path = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.append(os.path.join(our_path, '../patman'))
39 sys.path.insert(0, os.path.join(our_path,
H A Ddtoc.py34 our_path = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.append(os.path.join(our_path, '../patman'))
39 sys.path.insert(0, os.path.join(our_path,
H A Dtest_dtoc.py26 our_path = os.path.dirname(os.path.realpath(__file__)) variable
61 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname),
H A Dtest_fdt.py14 our_path = os.path.dirname(os.path.realpath(__file__)) variable
16 sys.path.insert(0, os.path.join(our_path, dirname))
H A Dtest_fdt14 our_path = os.path.dirname(os.path.realpath(__file__)) variable
16 sys.path.insert(0, os.path.join(our_path, dirname))
/openbmc/u-boot/tools/buildman/
H A Dbuildman.py16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
H A Dbuildman16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
H A Dtest.py13 our_path = os.path.dirname(os.path.realpath(__file__)) variable
14 sys.path.append(os.path.join(our_path, '../patman'))