HomeSort by relevance Sort by last modified time
    Searched refs:our_path (Results 1 - 11 of 11) sorted by null

  /external/u-boot/lib/libfdt/
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/dtoc/
dtoc 34 our_path = os.path.dirname(os.path.realpath(__file__))
35 sys.path.append(os.path.join(our_path, '../patman'))
dtoc.py 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.append(os.path.join(our_path, '../patman'))
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/
buildman.py 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
buildman 16 our_path = os.path.dirname(os.path.realpath(__file__))
17 sys.path.insert(1, os.path.join(our_path, '../patman'))
test.py 13 our_path = os.path.dirname(os.path.realpath(__file__)) variable
14 sys.path.append(os.path.join(our_path, '../patman'))
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 220 static int do_tests(int uid, const char *our_path)
224 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY);
227 our_path, strerror(errno));
431 char *tmp1, *tmp2, *our_path; local
440 our_path = strdup(tmp2);
441 if (!our_path)
449 return do_tests(0, our_path);
456 return do_tests(1, our_path);
  /external/u-boot/tools/binman/
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'))
binman 19 our_path = os.path.dirname(os.path.realpath(__file__))
21 sys.path.insert(0, os.path.join(our_path, dirname))
93 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
entry.py 25 our_path = os.path.dirname(os.path.realpath(__file__)) variable
95 sys.path.insert(0, os.path.join(our_path, 'etype'))

Completed in 131 milliseconds