Home
last modified time | relevance | path

Searched defs:create_symlink (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/toys/pending/
Dmdev.c42 bool create_symlink = false; in make_device() local
/third_party/libpng/
DCMakeLists.txt765 function(create_symlink DEST_FILE) function
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt765 function(create_symlink DEST_FILE) function
/third_party/flutter/skia/third_party/externals/libpng/
DCMakeLists.txt765 function(create_symlink DEST_FILE) function
/third_party/boost/boost/filesystem/
Doperations.hpp401 void create_symlink(const path& to, const path& new_symlink) {detail::create_symlink(to, new_symlin… in create_symlink() function
404 void create_symlink(const path& to, const path& new_symlink, system::error_code& ec) BOOST_NOEXCEPT in create_symlink() function
/third_party/glib/gio/tests/
Dlive-g-file.c230 create_symlink (GFile * parent, const char *filename, const char *points_to) in create_symlink() function
/third_party/boost/libs/filesystem/src/
Doperations.cpp1513 void create_symlink(const path& to, const path& from, error_code* ec) in create_symlink() function