Searched refs:symlink (Results 1 - 25 of 77) sorted by relevance

1234

/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/build/
H A Dsymlink.py6 """Make a symlink and optionally touch a file (to handle dependencies)."""
29 os.symlink(s, t)
33 os.symlink(s, t)
/external/ltrace/testsuite/ltrace.minor/
H A Dcount-record.c40 symlink ("system_calls.tmp", "system_calls.link");
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-symlink.py10 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/compiler-rt/test/asan/android_commands/
H A Dandroid_compile.py36 os.symlink(android_run, output)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dprofile_generator_unittest.py35 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/
H A Dkeystone_install.sh124 # 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...]
/external/ltrace/testsuite/ltrace.main/
H A Dsystem_calls.exp57 symlink ("system_calls.tmp", "system_calls.link");
140 { {^symlink(at)?$} == 1 }
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc82 // 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/
H A Dbuild.gradle66 ant.symlink(link: file("${destinationDir}/baksmali.jar"), resource: archivePath, overwrite: true)
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h148 extern int symlink(const char *, const char *);
/external/f2fs-tools/scripts/
H A Dspo_test.sh56 $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 &
/external/bison/build-aux/
H A Dgnupload48 --symlink create symbolic links
58 --symlink-regex[=EXPR] use sed script EXPR to compute symbolic link names
63 If --symlink-regex is given without EXPR, then the link target name
92 --symlink-regex \\
158 --symlink-regex=*)
161 --symlink-regex)
164 --symlink)
212 echo "$0: Odd number of symlink arguments" >&2
233 echo "$0: symlink expression produces empty results" >&2
236 echo "$0: symlink expressio
[all...]
/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/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/lib/
H A Dunistd.in.h1371 # undef symlink
1372 # define symlink rpl_symlink
1374 _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file)
1376 _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file));
1379 _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file)
1382 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1384 _GL_CXXALIASWARN (symlink);
1386 # undef symlink
1388 _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/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h106 int (*symlink)(const char*, const char*); member in struct:fuse_operations
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h62 MOCK_METHOD2(symlink, int(const char*, const char*));
/external/chromium_org/base/files/
H A Dfile_util.h66 // the symlink. (even if the symlink points to a non-existent file)
168 // Creates a symbolic link at |symlink| pointing to |target|. Returns
171 const FilePath& symlink);
173 // Reads the given |symlink| and returns where it points to in |target|.
175 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
197 // a file which the symlink points to.
200 // the permission of a file which the symlink points to.
274 // fail if |path| is a junction or symlink that points to an empty file,
294 // This function will return if the given file is a symlink o
[all...]
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct164 symlink;
/external/libpcap/lbl/
H A Dos-sunos4.h165 int symlink(const char *, const char *);
/external/lldb/scripts/
H A Dbuildbot.py74 os.symlink("llvm.checkout", "llvm")
/external/tcpdump/lbl/
H A Dos-sunos4.h165 int symlink(const char *, const char *);

Completed in 4988 milliseconds

1234