Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 9 of 9) sorted by relevance

/scripts/dtc/
A Dfstree.c26 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()
A Dsrcpos.c30 const char *dirname; /* name of directory to search */ member
69 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument
73 if (!dirname || fname[0] == '/') in try_open()
76 fullname = join_path(dirname, fname); in try_open()
110 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path()
181 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path() argument
188 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
A Dsrcpos.h69 void srcfile_add_search_path(const char *dirname);
A Ddtc.h292 struct dt_info *dt_from_fs(const char *dirname);
/scripts/dtc/pylibfdt/
A Dsetup.py34 srcdir = os.path.dirname(__file__)
103 basedir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
/scripts/kconfig/
A Dconfdata.c783 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; in conf_write() local
786 dirname[0] = 0; in conf_write()
791 strcpy(dirname, name); in conf_write()
792 strcat(dirname, "/"); in conf_write()
796 memcpy(dirname, name, size); in conf_write()
797 dirname[size] = 0; in conf_write()
807 sprintf(newname, "%s%s", dirname, basename); in conf_write()
810 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write()
861 strcat(dirname, basename); in conf_write()
862 strcat(dirname, ".old"); in conf_write()
[all …]
/scripts/
A Devent_dump.py12 our_path = os.path.dirname(os.path.realpath(__file__))
13 src_path = os.path.dirname(our_path)
A Dcheckpatch.pl19 my $D = dirname(abs_path($P));
/scripts/kconfig/tests/
A Dconftest.py36 self._test_dir = os.path.dirname(str(request.fspath))

Completed in 18 milliseconds