HomeSort by relevance Sort by last modified time
    Searched refs:is_symlink (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 22 bool is_symlink(FileStatus f) function in namespace:__anon17118
106 && !is_symlink(m_SymLinkStatus))
  /external/llvm/include/llvm/Support/
FileSystem.h 219 /// @returns errc::success if exists(to) && exists(from) && is_symlink(from),
355 /// !is_symlink(s)
372 bool is_symlink(file_status status);
381 error_code is_symlink(const Twine &path, bool &result);
PathV1.h 384 LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1203 gboolean is_symlink,
1208 if (is_symlink &&
1416 gboolean is_symlink, symlink_broken; local
    [all...]
glocalfileoutputstream.c 669 gboolean is_symlink; local
689 is_symlink = FALSE;
695 is_symlink = TRUE;
701 is_symlink = g_file_test (filename, G_FILE_TEST_IS_SYMLINK);
777 (!(original_stat.st_nlink > 1) && !is_symlink))
gfileinfo.h 811 gboolean is_symlink);
    [all...]
gfileinfo.c     [all...]
  /external/llvm/lib/Support/
PathV2.cpp 700 bool is_symlink(file_status status) {
704 error_code is_symlink(const Twine &path, bool &result) {
708 result = is_symlink(st);
716 !is_symlink(status);
  /external/bluetooth/glib/gio/tests/
live-g-file.c 299 gboolean is_symlink; local
367 is_symlink = g_file_info_get_is_symlink (info);
368 g_assert_cmpint (is_symlink, ==,
    [all...]

Completed in 154 milliseconds