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

/external/autotest/scheduler/
H A Dscheduler_lib.py134 symlink_path = os.path.join(
137 os.unlink(symlink_path)
140 os.symlink(os.path.join(log_dir, logfile_name), symlink_path)
/external/libchrome/base/files/
H A Dfile_util_posix.cc404 const FilePath& symlink_path) {
405 DCHECK(!symlink_path.empty());
408 symlink_path.value().c_str()) != -1;
411 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { argument
412 DCHECK(!symlink_path.empty());
415 ssize_t count = ::readlink(symlink_path.value().c_str(), buf, arraysize(buf));
403 CreateSymbolicLink(const FilePath& target_path, const FilePath& symlink_path) argument
/external/e2fsprogs/contrib/
H A Dfsstress.c303 int symlink_path(const char *, pathname_t *);
1328 int symlink_path(const char *name1, pathname_t * name) function
1344 rval = symlink_path(name1, &newname);
2518 e = symlink_path(val, &f) < 0 ? errno : 0;
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c276 int symlink_path(const char *, pathname_t *);
1301 int symlink_path(const char *name1, pathname_t * name) function
1317 rval = symlink_path(name1, &newname);
2491 e = symlink_path(val, &f) < 0 ? errno : 0;
/external/ltp/testcases/network/nfs/nfs_fsstress/
H A Dfsstress.c270 int symlink_path(const char *, pathname_t *);
1249 int symlink_path(const char *name1, pathname_t * name) function
1265 rval = symlink_path(name1, &newname);
2410 e = symlink_path(val, &f) < 0 ? errno : 0;

Completed in 172 milliseconds