Searched defs:symlink (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dsymlink.c8 int symlink(const char* oldpath, const char* newpath) { function
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py45 def symlink(target, source, env): function
50 os.symlink(os.path.basename(source), target)
77 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
/external/mesa3d/scons/
H A Dgallium.py45 def symlink(target, source, env): function
50 os.symlink(os.path.basename(source), target)
77 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h106 int (*symlink)(const char*, const char*); member in struct:fuse_operations
H A Dkernel_proxy.cc902 int KernelProxy::symlink(const char* oldpath, const char* newpath) { function in class:nacl_io::KernelProxy
903 LOG_TRACE("symlink is not implemented.");
/external/bison/darwin-lib/
H A Dunistd.h1683 # undef symlink
1684 # define symlink rpl_symlink
1686 _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file)
1688 _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file));
1691 _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file)
1694 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1696 _GL_CXXALIASWARN (symlink);
1698 # undef symlink macro
1700 _GL_WARN_ON_USE (symlink, "symlink i
[all...]
/external/bison/linux-lib/
H A Dunistd.h1683 # undef symlink
1684 # define symlink rpl_symlink
1686 _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file)
1688 _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file));
1691 _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file)
1694 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1696 _GL_CXXALIASWARN (symlink);
1698 # undef symlink macro
1700 _GL_WARN_ON_USE (symlink, "symlink i
[all...]
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py105 test.symlink(target, link)
1332 def symlink(self, target, link): member in class:TestCmd
1333 """Creates a symlink to the specified target.
1341 os.symlink(target, link)

Completed in 259 milliseconds