Home
last modified time | relevance | path

Searched refs:symlink_path (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dsymlink_support.py12 symlink_path = TESTFN + "can_symlink"
14 symlink(TESTFN, symlink_path)
19 os.remove(symlink_path)
/external/autotest/scheduler/
Dscheduler_lib.py145 symlink_path = os.path.join(
148 os.unlink(symlink_path)
151 os.symlink(os.path.join(log_dir, logfile_name), symlink_path)
/external/libchrome/base/files/
Dfile_util_posix.cc404 const FilePath& symlink_path) { in CreateSymbolicLink() argument
405 DCHECK(!symlink_path.empty()); in CreateSymbolicLink()
408 symlink_path.value().c_str()) != -1; in CreateSymbolicLink()
411 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() argument
412 DCHECK(!symlink_path.empty()); in ReadSymbolicLink()
415 ssize_t count = ::readlink(symlink_path.value().c_str(), buf, arraysize(buf)); in ReadSymbolicLink()
/external/e2fsprogs/contrib/
Dfsstress.c303 int symlink_path(const char *, pathname_t *);
1328 int symlink_path(const char *name1, pathname_t * name) in symlink_path() function
1344 rval = symlink_path(name1, &newname); in symlink_path()
2518 e = symlink_path(val, &f) < 0 ? errno : 0; in symlink_f()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c276 int symlink_path(const char *, pathname_t *);
1303 int symlink_path(const char *name1, pathname_t * name) in symlink_path() function
1319 rval = symlink_path(name1, &newname); in symlink_path()
2493 e = symlink_path(val, &f) < 0 ? errno : 0; in symlink_f()