Searched
full:symlink (Results
326 -
350 of
1015) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 113 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 113 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 113 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 117 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
unistd.h | 120 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
unistd.h | 120 extern int symlink(const char *, const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
unistd.h | 120 extern int symlink(const char *, const char *);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 22 test_support.TESTFN + '-dummy-symlink') 311 # create a symlink 312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN) 407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
|
test_os.py | 399 # link/ a symlink to TESTFN.2 421 if hasattr(os, "symlink"): 422 os.symlink(os.path.abspath(t2_path), link_path) 465 if hasattr(os, "symlink"): 473 self.fail("Didn't follow symlink with followlinks=True") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 22 test_support.TESTFN + '-dummy-symlink') 311 # create a symlink 312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN) 407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
|
test_os.py | 399 # link/ a symlink to TESTFN.2 421 if hasattr(os, "symlink"): 422 os.symlink(os.path.abspath(t2_path), link_path) 465 if hasattr(os, "symlink"): 473 self.fail("Didn't follow symlink with followlinks=True") [all...] |
/system/vold/ |
Process.cpp | 44 // we have a symlink
|
/external/chromium/base/ |
file_util_unittest.cc | 572 << "Failed to create file symlink."; 589 << "Failed to create directory symlink."; 599 // The following test of NormalizeFilePath() require that we create a symlink. 600 // This can not be done on Windows before Vista. On Vista, creating a symlink 603 // privileges required to create a symlink. 613 << "Failed to create file symlink."; 627 << "Failed to create directory symlink."; 636 << "Failed to create loop symlink a."; 638 << "Failed to create loop symlink b."; [all...] |
/bootable/recovery/updater/ |
install.c | 505 if (result == 0) printf("symlink(): created [%s]\n", name); 518 // symlink target src1 src2 ... 545 printf("%s: failed to symlink %s to %s: making parents failed\n", 549 if (symlink(target, srcs[i]) < 0) { 550 printf("%s: failed to symlink %s to %s: %s\n", [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 488 /// directory, regular file, or symlink? 496 /// regular file, or symlink? 500 /// file, or a symlink, false if it does not. Undefined otherwise. 505 /// @brief Does status represent a symlink? 511 /// @brief Is path a symlink? 514 /// @param result Set to true if \a path is a symlink, false if it is not. [all...] |
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 480 // TODO: When popping off a symlink, push back on the components of the 481 // symlink, so we don't jump out of the target disk inadvertently.
|
/external/chromium_org/base/files/ |
file_path_watcher_linux.cc | 454 // Try watching symlink target directory. If the link target is "/", 466 // watched all the components of the symlink path for
|
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 117 # to create a symlink in that case. 120 os.symlink(targetname, destination_file)
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 494 // TODO: When popping off a symlink, push back on the components of the 495 // symlink, so we don't jump out of the target disk inadvertently.
|
/external/chromium_org/third_party/mesa/src/docs/ |
faq.html | 225 </li><li>/usr/lib/libGL.so - a symlink to libGL.so.1 226 </li><li>/usr/lib/libGL.so.1 - a symlink to libGL.so.1.xyz
|
Completed in 1379 milliseconds
<<11121314151617181920>>