Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dtruncate.c33 static void do_truncate(int fd, char *name)
64 0666, do_truncate); in truncate_main()
/third_party/e2fsprogs/tests/scripts/
Dresize_test4 do_truncate() function
22 if do_truncate -s $SIZE_2 $TMPFILE 2> /dev/null; then
29 if ! do_truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then
/third_party/skia/third_party/externals/jinja2/
Dfilters.py669 def do_truncate(env, s, length=255, killwords=False, end="...", leeway=None): function
1373 "truncate": do_truncate,
/third_party/jinja2/
Dfilters.py669 def do_truncate(env, s, length=255, killwords=False, end="...", leeway=None): function
1373 "truncate": do_truncate,
/third_party/node/tools/inspector_protocol/jinja2/
Dfilters.py578 def do_truncate(env, s, length=255, killwords=False, end='...', leeway=None): function
1181 'truncate': do_truncate,