| /OK3568_Linux_fs/buildroot/package/softether/ |
| H A D | 0005-change-GetExeDir-to-GetStateDir-in-Cedar-and-Mayaqua.patch | 34 wchar_t dirname[MAX_SIZE]; 39 - CombinePathW(dirname, sizeof(dirname), exedir, L"chain_certs"); 41 + CombinePathW(dirname, sizeof(dirname), statedir, L"chain_certs"); 42 MakeDirExW(dirname); 48 wchar_t dirname[MAX_SIZE]; 61 - CombinePathW(dirname, sizeof(dirname), exedir, L"chain_certs"); 62 + CombinePathW(dirname, sizeof(dirname), statedir, L"chain_certs"); 64 MakeDirExW(dirname); 73 wchar_t dirname[MAX_SIZE]; 86 - CombinePathW(dirname, sizeof(dirname), exedir, L"chain_certs"); [all …]
|
| /OK3568_Linux_fs/u-boot/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)
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fstree.c | 11 static struct node *read_fstree(const char *dirname) in read_fstree() argument 18 d = opendir(dirname); in read_fstree() 20 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 31 tmpname = join_path(dirname, de->d_name); in read_fstree() 68 struct dt_info *dt_from_fs(const char *dirname) in dt_from_fs() argument 72 tree = read_fstree(dirname); in dt_from_fs()
|
| H A D | srcpos.c | 16 const char *dirname; /* name of directory to search */ member 100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument 104 if (!dirname || fname[0] == '/') in try_open() 107 fullname = join_path(dirname, fname); in try_open() 141 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path() 215 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path() argument 222 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | install_ta.c | 78 static void install_file(TEEC_Session *sess, const char *dirname, in install_file() argument 85 ta = read_ta(dirname, filename, &ta_size); in install_file() 90 static void install_dir(TEEC_Session *sess, const char *dirname) in install_dir() argument 94 printf("Searching directory \"%s\" for TAs\n", dirname); in install_dir() 95 dirp = opendir(dirname); in install_dir() 97 err(1, "opendir(\"%s\")", dirname); in install_dir() 108 install_file(sess, dirname, dent->d_name); in install_dir()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | recordmcount.pl | 384 my $dirname; 390 $dirname = $1; 393 $dirname = "."; 405 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 406 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 568 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 569 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 591 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | recordmcount.pl | 384 my $dirname; 390 $dirname = $1; 393 $dirname = "."; 405 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 406 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 568 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 569 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 591 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.pl | 416 my $dirname; 422 $dirname = $1; 425 $dirname = "."; 437 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 438 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 608 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 609 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 631 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | recordmcount.pl | 413 my $dirname; 419 $dirname = $1; 422 $dirname = "."; 434 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 435 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 605 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 606 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 628 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | recordmcount.pl | 416 my $dirname; 422 $dirname = $1; 425 $dirname = "."; 437 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 438 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 608 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 609 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 631 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | recordmcount.pl | 416 my $dirname; 422 $dirname = $1; 425 $dirname = "."; 437 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 438 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 608 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 609 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 631 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | recordmcount.pl | 413 my $dirname; 419 $dirname = $1; 422 $dirname = "."; 434 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 435 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o"; 605 my $globalobj = $dirname . "/.tmp_gl_" . $filename; 606 my $globalmix = $dirname . "/.tmp_mx_" . $filename; 628 my $mix = $dirname . "/.tmp_mx_" . $filename;
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | parse.c | 51 FILE *prepare_output(const char *dirname) in prepare_output() argument 59 dir = opendir(dirname); in prepare_output() 61 if (mkdir(dirname, 0755)) { in prepare_output() 64 dirname); in prepare_output() 69 len = strlen(dirname) + 30; in prepare_output() 88 dirname, sysdata.nodename, sysdata.release, time(NULL)); in prepare_output() 91 dirname, time(NULL)); in prepare_output()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch | 39 - @test -d $(shell dirname $(top_builddir)/$@) || \ 40 - mkdir $(shell dirname $(top_builddir)/$@) 41 + mkdir -p $(shell dirname $(top_builddir)/$@) 46 - @test -d $(shell dirname $(top_builddir)/$@) || \ 47 - mkdir $(shell dirname $(top_builddir)/$@) 48 + mkdir -p $(shell dirname $(top_builddir)/$@)
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scancpan | 546 my ($basename, $dirname) = fileparse( $path ); 547 unless ($checksum{$dirname}) { 548 my $url = $mirror . $dirname . q{CHECKSUMS}; 550 $checksum{$dirname} = $response->{content}; 552 my $chksum = Safe->new->reval($checksum{$dirname}); 721 my $dirname = q{package/} . $fsname; 722 my $cfgname = $dirname . q{/Config.in}; 723 my $mkname = $dirname . q{/} . $fsname . q{.mk}; 724 my $hashname = $dirname . q{/} . $fsname . q{.hash}; 728 unless (-d $dirname) { [all …]
|
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ylwrap | 164 dirname=ylwrap$$ 165 do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' 170 mkdir $dirname || exit 1 172 cd $dirname 235 rm -rf $dirname
|
| /OK3568_Linux_fs/buildroot/package/lshw/ |
| H A D | 0001-Fix-musl-build-basename-is-in-libgen.h.patch | 88 - return basename(dirname(This->devpath).c_str()); 89 + return basename(const_cast<char*>(dirname(This->devpath).c_str())); 94 - return string(basename(dirname(dirname(This->devpath)).c_str())) == "virtual"; 95 + return string(basename(const_cast<char*>(dirname(dirname(This->devpath)).c_str()))) == "virtual";
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | copy_buildsystem.py | 98 if corebase == os.path.dirname(layer): 102 elif os.path.commonpath([layer, corebase]) == os.path.dirname(corebase): 103 layer_relative = os.path.relpath(layer, os.path.dirname(corebase)) 104 if os.path.dirname(layer_relative) != layernewname: 105 layerdestpath += '/' + os.path.dirname(layer_relative) 171 bb.utils.mkdirhier(os.path.dirname(sigfile)) 178 bb.utils.mkdirhier(os.path.dirname(pruned_output)) 236 bb.utils.mkdirhier(os.path.dirname(fn)) 271 bb.utils.mkdirhier(os.path.dirname(dest))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 62 destdir = os.path.join(corecopydir, os.path.dirname(relpth)) 897 self._check_repo_status(os.path.dirname(recipefile), []) 915 …self.add_command_to_tearDown('cd %s; rm %s/*.patch; git checkout %s %s' % (os.path.dirname(recipef… 920 self._check_repo_status(os.path.dirname(recipefile), expected_status) 934 self._check_repo_status(os.path.dirname(recipefile), []) 951 …self.add_command_to_tearDown('cd %s; rm -rf %s; git checkout %s %s' % (os.path.dirname(recipefile)… 955 self._check_repo_status(os.path.dirname(recipefile), expected_status) 957 … result = runCmd('git diff %s' % os.path.basename(recipefile), cwd=os.path.dirname(recipefile)) 965 …runCmd('cd %s; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, os.path.basename(re… 967 result = runCmd('git rev-parse --show-toplevel', cwd=os.path.dirname(recipefile)) [all …]
|
| /OK3568_Linux_fs/u-boot/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)
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| 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])),
|