Home
last modified time | relevance | path

Searched refs:append_path (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dnewappend.py45append_path, path_ok = oe.recipeutils.get_bbappend_path(rd, args.destlayer, args.wildcard_version)
46 if not append_path:
51 …not be applied.', os.path.join(args.destlayer, 'conf', 'layer.conf'), os.path.dirname(append_path))
57 if not os.path.exists(append_path):
58 bb.utils.mkdirhier(os.path.dirname(append_path))
61 open(append_path, 'a').close()
67 return scriptutils.run_editor([append_path, recipe_path], logger)
69 print(append_path)
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c1383 static char *append_path(const char *path, char *pos, const char *name) in append_path() function
1473 child_pos = append_path(path, pos, entry->procname); in register_leaf_sysctl_tables()
1516 pos = append_path(new_path, pos, component->procname); in __register_sysctl_paths()
1521 pos = append_path(new_path, pos, table->procname); in __register_sysctl_paths()