Home
last modified time | relevance | path

Searched refs:shorten_path (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/util/
Dsymlinks.c121 static int shorten_path (char *path, char *abspath) in shorten_path() function
219 fix_long = shorten_path(new, path); in fix_symlink()
257 if (shorten) (void) shorten_path(new, path); in fix_symlink()
259 shorten_path(new,path); in fix_symlink()
/external/pdfium/third_party/agg23/
Dagg_shorten_path.h23 void shorten_path(VertexSequence& vs, float s, unsigned closed = 0)
Dagg_vcgen_dash.cpp100 shorten_path(m_src_vertices, m_shorten, m_closed); in rewind()
/external/u-boot/lib/efi_loader/
Defi_device_path.c128 static struct efi_device_path *shorten_path(struct efi_device_path *dp) in shorten_path() function
182 obj_dp = shorten_path(efi_dp_next(obj_dp)); in find_obj()