HomeSort by: relevance | last modified time | path
    Searched refs:_to (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
extattr.h 116 int extattr_copy_file(const char *_from, const char *_to, int _namespace);
117 int extattr_copy_link(const char *_from, const char *_to, int _namespace);
120 int cpxattr(const char *_from, const char *_to);
121 int lcpxattr(const char *_from, const char *_to);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 321 local _to=$2
334 exec $_to \$@
385 local _to=$2
389 echo "Installing $_to/$_basename $_mode $_context"
390 adb_push "$_from" "$_to/$_basename"
391 adb_shell chown root.shell "$_to/$_basename"
393 adb_shell chmod "$_mode" "$_to/$_basename"
396 adb_shell chcon "$_context" "$_to/$_basename"

Completed in 107 milliseconds