Home
last modified time | relevance | path

Searched defs:symlink_path (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/files/
Dfile_util_posix.cc279 const FilePath& symlink_path) { in CreateSymbolicLink()
286 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink()
/third_party/libuv/test/
Dtest-fs.c2600 const char* symlink_path = "test_file_symlink"; in TEST_IMPL() local
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1303 int symlink_path(const char *name1, pathname_t * name) in symlink_path() function