HomeSort by relevance Sort by last modified time
    Searched refs:space_info (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/
space.pass.cpp 14 // space_info space(const path& p);
15 // space_info space(const path& p, error_code& ec) noexcept;
40 ASSERT_SAME_TYPE(decltype(space(p)), space_info);
41 ASSERT_SAME_TYPE(decltype(space(p, ec)), space_info);
72 space_info info = space(p, ec);
117 space_info info = space(p, ec);
  /external/llvm/lib/Support/
CachePruning.cpp 140 sys::fs::space_info SpaceInfo = ErrOrSpaceInfo.get();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 83 /// space_info - Self explanatory.
84 struct space_info { struct in namespace:llvm::sys::fs
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CachePruning.cpp 256 sys::fs::space_info SpaceInfo = ErrOrSpaceInfo.get();
  /external/llvm/include/llvm/Support/
FileSystem.h 69 /// space_info - Self explanatory.
70 struct space_info { struct in namespace:llvm::sys::fs
667 /// @returns a space_info structure filled with the capacity, free, and
670 ErrorOr<space_info> disk_space(const Twine &Path);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 68 /// space_info - Self explanatory.
69 struct space_info { struct in namespace:llvm::sys::fs
678 /// @returns a space_info structure filled with the capacity, free, and
681 ErrorOr<space_info> disk_space(const Twine &Path);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 80 /// space_info - Self explanatory.
81 struct space_info { struct in namespace:llvm::sys::fs
    [all...]
  /external/libcxx/src/filesystem/
operations.cpp     [all...]

Completed in 562 milliseconds