Home
last modified time | relevance | path

Searched refs:eFileTypeDirectory (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFileSpecList.cpp202 || (type == FileSpec::eFileTypeDirectory && dir_okay)) in GetFilesMatchingPartialPath()
207 else if (type == FileSpec::eFileTypeDirectory) in GetFilesMatchingPartialPath()
HDDebugger.cpp502 file_type == FileSpec::eFileTypeDirectory || in LoadPluginCallback()
HDPluginManager.cpp160 file_type == FileSpec::eFileTypeDirectory || in LoadPluginCallback()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h48 eFileTypeDirectory, enumerator
491 return GetFileType() == FileSpec::eFileTypeDirectory; in IsDirectory()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp777 case S_IFDIR: return eFileTypeDirectory; in GetFileType()
1102 file_type = eFileTypeDirectory; in ForEachItemInDirectory()
1187 case DT_DIR: file_type = eFileTypeDirectory; break; in ForEachItemInDirectory()
1274 case FileType::eFileTypeDirectory: in EnumerateDirectory()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDFileSystem.cpp90 if (file_type == FileSpec::eFileTypeDirectory) in DeleteDirectory()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBPlatform.cpp499 if (src.ref().GetFileType() == FileSpec::eFileTypeDirectory) in Put()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp412 if (file.GetFileType() == FileSpec::eFileTypeDirectory) in CreateTargetInternal()
HDPlatform.cpp656 case FileSpec::eFileTypeDirectory: in RecurseCopy_Callback()
817 case FileSpec::eFileTypeDirectory: in Install()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandCompletions.cpp165 if (file_type == FileSpec::eFileTypeDirectory) in DiskFilesOrDirectoriesCallback()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.cpp171 working_dir.GetFileType() != FileSpec::eFileTypeDirectory)) in DoLaunch()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2518 else if (target_file.GetFileType() == FileSpec::eFileTypeDirectory || in LoadScriptingModule()