/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
fts.h | 72 int fts_symfd; /* fd for symlink */ 101 #define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 192 # A symlink can never be a mount point 402 # The symlink is not resolved, so we must have a symlink loop. 405 seen[newpath] = None # not resolved symlink 409 seen[newpath] = path # resolved symlink
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 192 # A symlink can never be a mount point 402 # The symlink is not resolved, so we must have a symlink loop. 405 seen[newpath] = None # not resolved symlink 409 seen[newpath] = path # resolved symlink
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 57 [B<--symlink> I<source>[:I<dest>]] 139 =item B<--symlink> I<source>[:I<dest>] 141 Like B<--copy>, but allows symlinks to point out of the volume. Empty symlink 250 --symlink /Applications:"/Drag to here" 451 'symlink=s' => \@createSymlinks, 592 copyFiles($tempRoot, 'symlink', @createSymlinks); 751 # If $command is symlink: 752 # Creates the symlink specified by @arguments. Wraps symlink. 765 elsif($command eq 'symlink') { [all...] |
keystone_install.sh | 123 # Returns 0 (true) if |symlink| exists, is a symbolic link, and appears 128 local symlink="${1}" 131 link_mode="$(stat -f %Sp "${symlink}" 2> /dev/null || true)" 137 link_user="$(stat -f %u "${symlink}" 2> /dev/null || true)" 138 link_group="$(stat -f %g "${symlink}" 2> /dev/null || true)" 176 # If |symlink| exists and is a symbolic link, but is not writable according to 178 # writable symbolic link. If |symlink| does not exist, is not a symbolic 182 local symlink="${1}" 184 if [[ -L "${symlink}" ]] && ! is_writable_symlink "${symlink}"; the [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 12 // sockets, we create the socket in a temporary directory and create a symlink 21 // We also have a lock file, which is a symlink to a non-existent destination. 254 // Create a symlink. Returns true on success. 257 // Double check the value in case symlink suceeded but we got an incorrect 271 // Extract the hostname and pid from the lock symlink. 403 // It's a symlink. Read the cookie. 431 // It exists, but is not a symlink (or some other error we detect 919 // The symlink lock is pointed to the hostname and process id, so other 942 // Setup the socket symlink and the two cookies. [all...] |
/external/chromium_org/chrome/browser/ |
process_singleton_linux.cc | 12 // sockets, we create the socket in a temporary directory and create a symlink 21 // We also have a lock file, which is a symlink to a non-existent destination. 250 // Create a symlink. Returns true on success. 253 // Double check the value in case symlink suceeded but we got an incorrect 267 // Extract the hostname and pid from the lock symlink. 351 // It's a symlink. Read the cookie. 379 // It exists, but is not a symlink (or some other error we detect 872 // The symlink lock is pointed to the hostname and process id, so other 895 // Setup the socket symlink and the two cookies. [all...] |
/external/chromium_org/content/browser/fileapi/ |
local_file_util_unittest.cc | 144 // Create symlink target file. 153 // Create symlink where target must be real file. 159 // Try to open the symlink file which should fail.
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 153 target.createNewFile(); // The RI won't follow a dangling symlink, which seems like a bug! 169 longer.createNewFile(); // The RI won't follow a dangling symlink, which seems like a bug! 183 Libcore.os.symlink(target, linkName);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 248 symlink = get_attribute(os, "symlink") 256 symlink(real, link)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 248 symlink = get_attribute(os, "symlink") 256 symlink(real, link)
|
/external/chromium_org/base/ |
file_util_unittest.cc | 567 << "Failed to create file symlink."; 583 << "Failed to create directory symlink."; 592 // The following test of NormalizeFilePath() require that we create a symlink. 593 // This can not be done on Windows before Vista. On Vista, creating a symlink 596 // privileges required to create a symlink. 604 << "Failed to create file symlink."; 618 << "Failed to create directory symlink."; 627 << "Failed to create loop symlink a."; 629 << "Failed to create loop symlink b."; 673 // Create a symlink to the file [all...] |
/build/target/board/vbox_x86/ |
init.vbox_x86.rc | 5 symlink /mnt/sdcard /sdcard
|