OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_symlink
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Support/
FileSystem.h
161
/// @returns errc::success if exists(to) && exists(from) &&
is_symlink
(from),
321
/// !
is_symlink
(s)
338
bool
is_symlink
(file_status status);
347
error_code
is_symlink
(const Twine &path, bool &result);
PathV1.h
398
LLVM_PATH_DEPRECATED_MSG(fs::
is_symlink
));
[
all
...]
/external/llvm/lib/Support/
PathV2.cpp
666
bool
is_symlink
(file_status status) {
670
error_code
is_symlink
(const Twine &path, bool &result) {
674
result =
is_symlink
(st);
682
!
is_symlink
(status);
/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/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
...]
/external/clang/lib/Driver/
ToolChains.cpp
[
all
...]
Completed in 774 milliseconds