Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c103 TRACE(c, "%s", node->fullpath); in check_nodes_props()
175 propname, node->fullpath); in check_is_string()
194 propname, node->fullpath); in check_is_cell()
216 child->fullpath); in check_duplicate_node_names()
231 prop->name, node->fullpath); in check_duplicate_property_names()
250 node->name[n], node->fullpath); in check_node_name_chars()
261 node->name[n], node->fullpath); in check_node_name_chars_strict()
270 node->fullpath); in check_node_name_format()
289 node->fullpath); in check_unit_address_vs_reg()
293 node->fullpath); in check_unit_address_vs_reg()
[all …]
H A Ddtc.c49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
H A Dlivetree.c827 data_copy_mem(node->fullpath, in generate_label_tree_internal()
828 strlen(node->fullpath) + 1)); in generate_label_tree_internal()
873 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
877 node->fullpath, prop->name, m->offset); in add_fixup_entry()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dexecl.c48 char *fullpath; local
73 fullpath=path_str;
83 fullpath = argv[0];
93 execl(fullpath, fullpath, "0", dur_str, count_str, start_str, (void *) 0);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-memcheck-vgtests-remove-fullpath-after-flags.patch4 Subject: [PATCH] memcheck vgtests remove fullpath-after flags
10 Remove the --fullpath-after option so yocto project doesn't
28 -vgopts: -q --fullpath-after=memcheck/ --fullpath-after=coregrind/
37 -vgopts: --fullpath-after=memcheck/ --fullpath-after=coregrind/ --read-var-info=yes --read-inline-…
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_dfs_ref.c136 const char *fullpath, in cifs_compose_mount_options() argument
157 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
158 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
171 name = cifs_build_devname((char *)fullpath, NULL); in cifs_compose_mount_options()
269 const char *fullpath) in cifs_dfs_do_mount() argument
275 devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in cifs_dfs_do_mount()
283 fullpath + 1, NULL, NULL); in cifs_dfs_do_mount()
H A Ddfs_cache.c50 char *fullpath; member
587 kfree(vi->fullpath); in __vol_release()
1211 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() argument
1216 if (!vol || !fullpath || !mntdata) in dfs_cache_add_vol()
1219 cifs_dbg(FYI, "%s: fullpath: %s\n", __func__, fullpath); in dfs_cache_add_vol()
1225 vi->fullpath = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL); in dfs_cache_add_vol()
1226 if (!vi->fullpath) { in dfs_cache_add_vol()
1246 kfree(vi->fullpath); in dfs_cache_add_vol()
1253 static struct vol_info *find_vol(const char *fullpath) in find_vol() argument
1258 cifs_dbg(FYI, "%s: vi->fullpath: %s\n", __func__, vi->fullpath); in find_vol()
[all …]
H A Ddfs_cache.h48 const char *fullpath);
49 extern int dfs_cache_update_vol(const char *fullpath,
51 extern void dfs_cache_del_vol(const char *fullpath);
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py81 fullpath = os.path.join(canned_wks_dir, fname)
82 return fullpath
98 fullpath = os.path.join(canned_wks_dir, fname)
99 with open(fullpath) as wks:
110 def list_canned_image_help(scripts_path, fullpath): argument
115 with open(fullpath) as wks:
211 fullpath = find_canned_image(scripts_path, wks_file)
212 if not fullpath:
218 list_canned_image_help(scripts_path, fullpath)
612 fullpath = os.path.join(canned_wks_dir, fname)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py371 for fullpath in glob.glob(filespec):
375 if fullpath.endswith('.%s' % taskhash):
376 hashfiles[taskhash] = fullpath
382 filedates[fullpath] = os.stat(fullpath).st_mtime
385 hashval = get_hashval(fullpath)
386 hashfiles[hashval] = fullpath
409 for fullpath in matchedfiles:
410 actual_hashval = get_hashval(fullpath)
413 hashfiles[hashval] = fullpath
416 filedates[fullpath] = os.stat(fullpath).st_mtime
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py273 def cut_path_prefix(fullpath, prefixes): argument
276 if fullpath.startswith(prefix):
277 return relpath(fullpath, prefix)
278 return fullpath
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dcvs.py48 fullpath = ''
50 fullpath = '_fullpath'
52 …s_%s_%s%s%s.tar.gz' % (ud.module.replace('/', '.'), ud.host, ud.tag, ud.date, norecurse, fullpath))
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dpatchreview.py57 fullpath = os.path.join(path, patch)
59 results[fullpath] = result
61 content = open(fullpath, encoding='ascii', errors='ignore').read()
/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c117 char *fullpath = NULL; in InitPathList() local
124 fullpath = strdup(path); in InitPathList()
125 if (!fullpath) in InitPathList()
127 elem = strtok(fullpath, ","); in InitPathList()
141 free(fullpath); in InitPathList()
147 free(fullpath); in InitPathList()
161 free(fullpath); in InitPathList()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbuildhistory-collect-srcrevs68 fullpath = os.path.join(root, fn)
74 with open(fullpath) as f:
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py325 fullpath = _rename_recipe_files(origpath, bpn, oldpv, newpv, path)
326 logger.debug('Upgraded %s => %s' % (origpath, fullpath))
428 _add_license_diff_to_recipe(fullpath, license_diff)
431 rd = tinfoil.parse_recipe_file(fullpath, False)
433 …_upgrade_error(e, os.path.dirname(fullpath), srctree, keep_failure, 'Parsing of upgraded recipe fa…
434 oe.recipeutils.patch_recipe(rd, fullpath, newvalues)
436 return fullpath, copied
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.c36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
H A Dchecks.c94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg()
96 xasprintf_append(&str, "%s: ", node->fullpath); in check_msg()
138 TRACE(c, "%s", node->fullpath); in check_nodes_props()
412 ((prop) ? "' in " : ""), (node)->fullpath
537 phandle, other->fullpath); in check_explicit_phandles()
635 path = refnode->fullpath; in fixup_path_references()
830 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format()
835 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format()
1304 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common()
1467 provider_node->fullpath, in check_property_phandle_args()
[all …]
H A Dlivetree.c849 data_copy_escape_string(node->fullpath, in generate_label_tree_internal()
850 strlen(node->fullpath)), in generate_label_tree_internal()
896 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
900 node->fullpath, prop->name, m->offset); in add_fixup_entry()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dsize-stats80 fullpath = os.path.join(builddir, "target", fpath)
81 add_file(filesdict, fpath, fullpath, pkg)
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_npm.py136 fullpath = os.path.join(basedir, fn)
137 readmes.append(fullpath)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py94 fullpath = os.path.join(classdir, classfile)
95 if fullpath != mainfile:
97 print(' %s' % fullpath)
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1389 dnode_get_fullpath(const char *fullpath, dnode_end_t *mdn, in dnode_get_fullpath() argument
1398 ptr_at = strchr(fullpath, '@'); in dnode_get_fullpath()
1403 fsname = strdup(fullpath); in dnode_get_fullpath()
1408 fsname = malloc(ptr_at - fullpath + 1); in dnode_get_fullpath()
1411 memcpy(fsname, fullpath, ptr_at - fullpath); in dnode_get_fullpath()
1412 fsname[ptr_at - fullpath] = 0; in dnode_get_fullpath()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass349 fullpath = os.path.join(root, fname)
351 if os.path.islink(fullpath):
352 sha256 = hashlib.sha256(os.readlink(fullpath).encode('utf-8')).hexdigest()
353 elif os.path.isfile(fullpath):
354 sha256 = bb.utils.sha256_file(fullpath)
358 bb.warn('buildhistory: unable to read %s to get output signature' % fullpath)
360 filesigs[os.path.relpath(fullpath, cwd)] = sha256
H A Dsystemd.bbclass124 fullpath = oe.path.join(d.getVar("D"), path, service)
136 … cmd = "grep %s %s | sed 's,%s=,,g' | tr ',' '\\n'" % (key, shlex.quote(fullpath), key)

12