Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h41 symlink(const char * oldname,const char * newname,bool is_dir) symlink() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h213 DWORD flags = is_dir ? SYMBOLIC_LINK_FLAG_DIRECTORY : 0; in symlink_file_dir() argument
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp445 bool is_dir = Status->isDirectory(); in DiskFilesOrDirectories() local