| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | tools.py | 17 def PrepareOutputDir(dirname, preserve=False): argument 36 preserve_outdir = dirname or preserve 37 if dirname: 38 outdir = dirname 82 def SetInputDirs(dirname): argument 91 indir = dirname 105 for dirname in indir: 106 pathname = os.path.join(dirname, fname)
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | fstree.c | 26 static struct node *read_fstree(const char *dirname) in read_fstree() argument 33 d = opendir(dirname); in read_fstree() 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 46 tmpname = join_path(dirname, de->d_name); in read_fstree() 82 struct dt_info *dt_from_fs(const char *dirname) in dt_from_fs() argument 86 tree = read_fstree(dirname); in dt_from_fs()
|
| H A D | srcpos.c | 30 const char *dirname; /* name of directory to search */ member 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument 75 if (!dirname || fname[0] == '/') in try_open() 78 fullname = join_path(dirname, fname); in try_open() 112 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path() 183 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path() argument 190 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | yaffs2.c | 123 char *dirname; in do_yls() local 130 dirname = argv[argc - 1]; in do_yls() 132 cmd_yaffs_ls(dirname, (argc > 2) ? 1 : 0); in do_yls() 220 char *dirname; in do_ymkdir() local 227 dirname = argv[1]; in do_ymkdir() 228 cmd_yaffs_mkdir(dirname); in do_ymkdir() 235 char *dirname; in do_yrmdir() local 242 dirname = argv[1]; in do_yrmdir() 243 cmd_yaffs_rmdir(dirname); in do_yrmdir()
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | binman.py | 19 our_path = os.path.dirname(os.path.realpath(__file__)) 20 for dirname in ['../patman', '../dtoc', '..']: 21 sys.path.insert(0, os.path.join(our_path, dirname)) 98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
|
| H A D | binman | 19 our_path = os.path.dirname(os.path.realpath(__file__)) 20 for dirname in ['../patman', '../dtoc', '..']: 21 sys.path.insert(0, os.path.join(our_path, dirname)) 98 fname = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 681 reiserfs_dir (char *dirname) in reiserfs_dir() argument 699 printf ("dirname=%s\n", dirname); in reiserfs_dir() 736 while (dirname[len] && !isspace (dirname[len])) in reiserfs_dir() 747 memmove (linkbuf + filemax, dirname, len+1); in reiserfs_dir() 764 dirname = linkbuf; in reiserfs_dir() 765 if (*dirname == '/') in reiserfs_dir() 785 if (! *dirname || isspace (*dirname)) in reiserfs_dir() 811 while (*dirname == '/') in reiserfs_dir() 812 dirname++; in reiserfs_dir() 818 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir() [all …]
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 15 our_path = os.path.dirname(os.path.realpath(__file__)) 358 def CheckDirs(self, build, dirname): argument 359 self.assertEqual('base%s' % dirname, build._GetOutputDir(1)) 360 self.assertEqual('base%s/fred' % dirname, 362 self.assertEqual('base%s/fred/done' % dirname, 364 self.assertEqual('base%s/fred/u-boot.sizes' % dirname, 366 self.assertEqual('base%s/fred/u-boot.objdump' % dirname, 368 self.assertEqual('base%s/fred/err' % dirname, 377 dirname ='/%02d_of_%02d_g%s_%s' % (2, build.commit_count, commits[1][0], 379 self.CheckDirs(build, dirname)
|
| H A D | builderthread.py | 17 def Mkdir(dirname, parents = False): argument 25 os.makedirs(dirname) 27 os.mkdir(dirname) 360 for dirname in ['', 'spl', 'tpl']: 361 self.CopyFiles(result.out_dir, build_dir, dirname, ['u-boot.cfg', 371 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument 382 file_list = glob.glob(os.path.join(out_dir, dirname, pattern)) 385 if dirname: 388 target = '%s-%s%s' % (base, dirname, ext)
|
| H A D | toolchain.py | 71 self.path = os.path.dirname(fname) 262 dirname = os.path.join(path, subdir) 263 if verbose: print " - looking in '%s'" % dirname 264 for fname in glob.glob(dirname + '/*gcc'):
|
| H A D | buildman | 17 our_path = os.path.dirname(os.path.realpath(__file__))
|
| H A D | buildman.py | 17 our_path = os.path.dirname(os.path.realpath(__file__))
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v1.c | 1347 char *dirname = (char *)(fsrpc + 1); in tee_fs_mkdir() local 1348 UNREFERENCED_PARAMETER(dirname); in tee_fs_mkdir() 1349 debug("TEEC: tee_fs_mkdir: %s\n", dirname); in tee_fs_mkdir() 1355 char *dirname = (char *)(fsrpc + 1); in tee_fs_opendir() local 1357 int ret = rkss_get_dirs_by_name(dirname); in tee_fs_opendir() 1361 debug("TEEC: tee_fs_opendir: %s, seek/num:%d/%d\n", dirname, dir_seek, dir_num); in tee_fs_opendir() 1367 char *dirname = (char *)(fsrpc + 1); in tee_fs_closedir() local 1368 UNREFERENCED_PARAMETER(dirname); in tee_fs_closedir() 1369 debug("TEEC: tee_fs_closedir: %s\n", dirname); in tee_fs_closedir() 1377 char *dirname = (char *)(fsrpc + 1); in tee_fs_readdir() local [all …]
|
| H A D | OpteeClientRkFs_v2.c | 1219 char *dirname = (char *)(fsrpc + 1); in tee_fs_mkdir() local 1221 UNREFERENCED_PARAMETER(dirname); in tee_fs_mkdir() 1222 debug("TEEC: %s: %s\n", __func__, dirname); in tee_fs_mkdir() 1228 char *dirname = (char *)(fsrpc + 1); in tee_fs_opendir() local 1232 ret = rkss_get_dirs_by_name(dirname); in tee_fs_opendir() 1237 dirname, dir_seek, dir_num); in tee_fs_opendir() 1243 char *dirname = (char *)(fsrpc + 1); in tee_fs_closedir() local 1245 UNREFERENCED_PARAMETER(dirname); in tee_fs_closedir() 1246 debug("TEEC: %s: %s\n", __func__, dirname); in tee_fs_closedir() 1254 char *dirname = (char *)(fsrpc + 1); in tee_fs_readdir() local [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | setup.py | 81 basedir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4fs.c | 166 int ext4fs_ls(const char *dirname) in ext4fs_ls() argument 171 if (dirname == NULL) in ext4fs_ls() 174 status = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dirnode, in ext4fs_ls()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | confdata.c | 746 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 749 dirname[0] = 0; in conf_write() 755 strcpy(dirname, name); in conf_write() 756 strcat(dirname, "/"); in conf_write() 760 memcpy(dirname, name, size); in conf_write() 761 dirname[size] = 0; in conf_write() 771 sprintf(newname, "%s%s", dirname, basename); in conf_write() 774 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 825 strcat(dirname, basename); in conf_write() 826 strcat(dirname, ".old"); in conf_write() [all …]
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | test.py | 19 args = ['py.test', os.path.dirname(__file__) + '/tests']
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | test_libfdt.py | 6 our_path = os.path.dirname(os.path.realpath(__file__))
|
| /rk3399_rockchip-uboot/fs/sandbox/ |
| H A D | sandboxfs.c | 84 int sandbox_fs_ls(const char *dirname) in sandbox_fs_ls() argument 89 ret = os_dirent_ls(dirname, &head); in sandbox_fs_ls()
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | 35 static inline int fs_ls_unsupported(const char *dirname) in fs_ls_unsupported() argument 42 static int fs_ls_generic(const char *dirname) in fs_ls_generic() argument 48 dirs = fs_opendir(dirname); in fs_ls_generic() 122 int (*ls)(const char *dirname); 355 int fs_ls(const char *dirname) in fs_ls() argument 361 ret = info->ls(dirname); in fs_ls()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sandboxfs.h | 29 int sandbox_fs_ls(const char *dirname);
|
| H A D | reiserfs.h | 67 extern int reiserfs_ls (char *dirname);
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtoc.py | 35 our_path = os.path.dirname(os.path.realpath(__file__))
|
| H A D | dtoc | 35 our_path = os.path.dirname(os.path.realpath(__file__))
|