Home
last modified time | relevance | path

Searched refs:update_relative_path (Results 1 – 5 of 5) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/scripts/
H A Dgen-shaping-tests.py59 def update_relative_path(tests_name, fontfile): function
79 fontfile_rs = update_relative_path(tests_name, fontfile)
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dutil.h187 int update_relative_path(const char *from_file, const char *filename, char **newpath);
H A Dfwup_create.c102 update_relative_path(sec->filename, path, &updated_path); in run_on_each_path()
H A Dutil.c597 int update_relative_path(const char *fromfile, const char *filename, char **newpath) in update_relative_path() function
H A Dcfgfile.c213 update_relative_path(cfg->filename, path, &updated_path); in verified_segment_write()