Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsymlinks.c117 static int shorten_path (char *path, char *abspath) in shorten_path() function
215 fix_long = shorten_path(new, path); in fix_symlink()
253 if (shorten) (void) shorten_path(new, path); in fix_symlink()
255 shorten_path(new,path); in fix_symlink()
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_shorten_path.h23 void shorten_path(VertexSequence& vs, FX_FLOAT s, unsigned closed = 0)
Dfx_agg_vcgen_dash.cpp99 shorten_path(m_src_vertices, m_shorten, m_closed); in rewind()