HomeSort by relevance Sort by last modified time
    Searched defs:is_directory (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 312 /// @returns errc::success if is_directory(path), otherwise a platform
322 /// @returns errc::success if is_directory(path), otherwise a platform
528 bool is_directory(file_status status);
537 std::error_code is_directory(const Twine &path, bool &result);
539 /// @brief Simpler version of is_directory for clients that don't need to
541 inline bool is_directory(const Twine &Path) { function in namespace:llvm::sys::fs
543 return !is_directory(Path, Result) && Result;
598 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 312 /// @returns errc::success if is_directory(path), otherwise a platform
322 /// @returns errc::success if is_directory(path), otherwise a platform
528 bool is_directory(file_status status);
537 std::error_code is_directory(const Twine &path, bool &result);
539 /// @brief Simpler version of is_directory for clients that don't need to
541 inline bool is_directory(const Twine &Path) { function in namespace:llvm::sys::fs
543 return !is_directory(Path, Result) && Result;
598 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb.py 614 def is_directory(self): member in class:SharedFile
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 4176 int is_directory = 0; local
    [all...]

Completed in 178 milliseconds

12