HomeSort by relevance Sort by last modified time
    Searched refs:symlink (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
symlink.c 8 int symlink(const char* oldpath, const char* newpath) { function
  /bionic/libc/bionic/
symlink.cpp 32 int symlink(const char* old_path, const char* new_path) { function
  /libcore/luni/src/main/native/
canonicalize_path.cpp 98 std::string symlink; local
99 if (!readlink(resolved.c_str(), symlink)) {
102 if (symlink[0] == '/') {
112 const char* maybeSlash = (symlink[symlink.size() - 1] != '/') ? "/" : "";
113 left = symlink + maybeSlash + left;
115 left = symlink;
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 46 * Find the real name of path, by removing all ".", ".." and symlink
58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
195 slen = readlink(resolved, symlink, sizeof(symlink) - 1);
201 symlink[slen] = '\0';
202 if (symlink[0] == '/') {
215 * append them to symlink. The result is placed
219 if (symlink[slen - 1] != '/') {
220 if (slen + 1 >= sizeof(symlink)) {
226 symlink[slen] = '/'
    [all...]
  /frameworks/base/data/fonts/
Android.mk 21 # create symlink for given font
24 define create-font-symlink
26 @echo "Symlink: $$@ -> $$<"
36 # The following fonts are distributed as symlink only.
38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
40 $(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
41 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
42 $(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
43 $(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf)
    [all...]
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-symlink.py 10 symlink.
18 if not hasattr(os, 'symlink'):
19 test.skip_test('Missing os.symlink -- skipping test.\n')
27 test.symlink('build/deeper', test.workpath('symlink'))
32 '--generator-output=' + test.workpath('symlink'),
35 chdir = 'symlink'
  /external/ltrace/testsuite/ltrace.minor/
count-record.c 40 symlink ("system_calls.tmp", "system_calls.link");
  /external/chromium_org/build/
symlink.py 6 """Make a symlink and optionally touch a file (to handle dependencies)."""
29 os.symlink(s, t)
33 os.symlink(s, t)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
symlink_support.py 14 symlink(TESTFN, symlink_path)
24 """Skip decorator for tests that require functional symlink"""
26 msg = "Requires functional symlink implementation"
31 Ctypes symlink implementation since Python doesn't support
91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable
96 # On Windows, to remove a directory symlink, one must use rmdir
test_posixpath.py 100 if hasattr(os, "symlink"):
101 os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
127 if hasattr(os, "symlink"):
128 os.symlink(
169 if hasattr(os, "symlink"):
170 os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
239 if hasattr(os, "symlink"):
243 os.symlink(ABSTFN+"1", ABSTFN)
250 # symlink loop.
253 os.symlink(ABSTFN, ABSTFN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py 14 symlink(TESTFN, symlink_path)
24 """Skip decorator for tests that require functional symlink"""
26 msg = "Requires functional symlink implementation"
31 Ctypes symlink implementation since Python doesn't support
91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable
96 # On Windows, to remove a directory symlink, one must use rmdir
test_posixpath.py 100 if hasattr(os, "symlink"):
101 os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
127 if hasattr(os, "symlink"):
128 os.symlink(
169 if hasattr(os, "symlink"):
170 os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
239 if hasattr(os, "symlink"):
243 os.symlink(ABSTFN+"1", ABSTFN)
250 # symlink loop.
253 os.symlink(ABSTFN, ABSTFN
    [all...]
  /external/compiler-rt/test/asan/android_commands/
android_compile.py 36 os.symlink(android_run, output)
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator_unittest.py 35 if getattr(os, 'symlink', None): # Symlinks not supported on Windows.
36 # Make a symlink.
37 symlink_filename = os.path.join(sandbox_directory, 'symlink')
38 os.symlink(plain_filename, symlink_filename)
40 # Make a broken symlink.
44 os.symlink(nonexistant_filename, broken_symlink_filename)
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 124 # Returns 0 (true) if |symlink| exists, is a symbolic link, and appears
129 local symlink="${1}"
132 link_mode="$(stat -f %Sp "${symlink}" 2> /dev/null || true)"
138 link_user="$(stat -f %u "${symlink}" 2> /dev/null || true)"
139 link_group="$(stat -f %g "${symlink}" 2> /dev/null || true)"
177 # If |symlink| exists and is a symbolic link, but is not writable according to
179 # writable symbolic link. If |symlink| does not exist, is not a symbolic
183 local symlink="${1}"
185 if [[ -L "${symlink}" ]] && ! is_writable_symlink "${symlink}"; the
    [all...]
  /build/core/
executable_prefer_symlink.mk 1 # include this makefile to create the LOCAL_MODULE symlink to the primary version binary.
43 @echo "Symlink: $@ -> $(PRIVATE_SRC_BINARY_NAME)"
52 # Create the symlink when you run mm/mmm or "make <module_name>"
  /external/ltrace/testsuite/ltrace.main/
system_calls.exp 57 symlink ("system_calls.tmp", "system_calls.link");
140 { {^symlink(at)?$} == 1 }
  /external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc 82 // the symlink.
302 EXPECT_EQ(0, symlink(symlink_content.c_str(), lock_path_.value().c_str()));
316 EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
330 EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
347 EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
394 EXPECT_EQ(0, symlink("INCORRECTCOOKIE", cookie_path_.value().c_str()));
398 EXPECT_EQ(0, symlink("FAKEFOOHOST-1234", lock_path_.value().c_str()));
  /external/smali/baksmali/
build.gradle 66 ant.symlink(link: file("${destinationDir}/baksmali.jar"), resource: archivePath, overwrite: true)
  /frameworks/base/cmds/app_process/
Android.mk 26 # Create a symlink from app_process to app_process32 or 64
  /system/core/init/
Android.mk 54 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init
61 @echo "Symlink: $@ -> ../$(INIT_BINARY)"
  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 148 extern int symlink(const char *, const char *);
  /external/f2fs-tools/scripts/
spo_test.sh 56 $F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/nfsd/
xdr.h 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>