Home
last modified time | relevance | path

Searched defs:followLinks (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DMoreFiles.java97 private final boolean followLinks; field in MoreFiles.PathByteSource
106 private static boolean followLinks(OpenOption[] options) { in followLinks() method in MoreFiles.PathByteSource
/external/zstd/contrib/pzstd/
DOptions.cpp113 bool followLinks = false; in parse() local
/external/zstd/programs/
Dutil.c824 char** bufEnd, int followLinks) in UTIL_prepareFileList()
889 char** bufEnd, int followLinks) in UTIL_prepareFileList()
960 char** bufEnd, int followLinks) in UTIL_prepareFileList()
1293 UTIL_createExpandedFNT(const char* const* inputNames, size_t nbIfns, int followLinks) in UTIL_createExpandedFNT()
1339 void UTIL_expandFNT(FileNamesTable** fnt, int followLinks) in UTIL_expandFNT()
Dzstdcli.c847 followLinks = 0, in main() local
/external/python/cpython3/Modules/
Dposixmodule.c5286 _testFileExistsByName(LPCWSTR path, BOOL followLinks) in _testFileExistsByName()
5343 _testFileExists(path_t *path, BOOL followLinks) in _testFileExists()