Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 - 19 of 19) sorted by relevance

/third_party/spirv-tools/tools/objdump/
H A Dobjdump.cpp15 #include <filesystem>
64 std::filesystem::path outdir(fixPathForLLVM(outdirPath)); in OutputSourceFiles()
65 if (!std::filesystem::is_directory(outdir)) { in OutputSourceFiles()
66 if (!std::filesystem::create_directories(outdir)) { in OutputSourceFiles()
80 std::filesystem::path old_path(filepath); in OutputSourceFiles()
81 std::filesystem::path new_path = outdir / old_path.filename(); in OutputSourceFiles()
83 if (!overwrite && std::filesystem::exists(new_path)) { in OutputSourceFiles()
165 const std::filesystem::path outdirPath(flags::outdir.value()); in main()
/third_party/json/include/nlohmann/detail/meta/
H A Dstd_fs.hpp14 #include <experimental/filesystem>
18 namespace std_fs = std::experimental::filesystem;
22 #include <filesystem>
26 namespace std_fs = std::filesystem;
/third_party/ltp/testscripts/
H A Dltp-aiodio.sh43 -e = test ex2 filesystem.
44 -t = test ext3 filesystem
45 -j = test JFS filesystem
46 -x = test XFS filesystem
48 -a = test all supported filesystems, this will override any other filesystem flags passed.
50 - a 1 turns on the test for the above supported filesystem, just omit passing the flag to skip that filesystem.
52 - A Large file should be passed to fully stress the test. You must pass at least one filesystem to test, you can pass any combination
53 but there is not a default filesystem. ReiserFS does not support AIO so these tests will not support ReiserFS.
130 echo "Please pass at least one supported filesystem o
[all...]
/third_party/ninja/misc/
H A Dmanifest_fuzzer.cc20 #include <filesystem>
39 std::__fs::filesystem::remove_all("/tmp/build.ninja"); in LLVMFuzzerTestOneInput()
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh26 # For filesystem, like ext2, ext3, reiserfs, jfs & xfs,
59 This script verifies ReadOnly-filesystem, by mounting block device and
60 executing the filesystem tests.
/third_party/ltp/testcases/commands/mkfs/
H A Dmkfs01.sh24 -f Specify the type of filesystem to be built. If not
25 specified, the default filesystem type (currently ext2)
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y766 fs_use_def : FSUSEXATTR filesystem security_context_def ';'
779 genfs_context_def : GENFSCON filesystem path '-' identifier security_context_def
781 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def
783 | GENFSCON filesystem path security_context_def
879 filesystem : FILESYSTEM label
/third_party/ltp/testcases/lib/
H A Dtst_test.sh356 tst_res TINFO "Skipping mkfs for TMPFS filesystem"
483 LTP_SINGLE_FS_TYPE Testing only - specifies filesystem instead all supported (for TST_ALL_FILESYSTEMS=1)
759 tst_brk TCONF "filesystem is not supported by the test"
762 tst_res TINFO "filesystem is supported by the test"
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp17 #include <filesystem>
21 namespace fs = std::filesystem;
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp41 #include <filesystem>
60 // Using boost::filesystem would be better in many ways, but want to avoid that dependency.
62 // OS dependent path separator (avoiding boost::filesystem dependency)
408 const bool isSingleOutputDir = !isMultiOutput && std::filesystem::is_directory(outputDirOrFiles[0]); in main()
/third_party/node/lib/internal/source_map/
H A Dprepare_stack_trace.js185 debug(`read source of ${originalSourcePath} from filesystem`);
/third_party/node/src/permission/
H A Dfs_permission.cc11 #include <filesystem>
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
H A Dhost_run.sh149 #See if we're dealing with a LVM filesystem type
150 fs_type=`echo $mount_err | awk '/^mount: unknown filesystem type/ {print $NF}'`
152 echo unknown filesystem type
/third_party/json/include/nlohmann/detail/
H A Dmacro_scope.hpp64 #elif __has_include(<filesystem>)
66 #elif __has_include(<experimental/filesystem>)
70 // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/
76 // no filesystem support before GCC 8: https://en.cppreference.com/w/cpp/compiler_support
82 // no filesystem support before Clang 7: https://en.cppreference.com/w/cpp/compiler_support
88 // no filesystem support before MSVC 19.14: https://en.cppreference.com/w/cpp/compiler_support
94 // no filesystem support before iOS 13
100 // no filesystem support before macOS Catalina
/third_party/libabigail/tools/
H A Dfedabipkgdiff441 directory on the local filesystem or retrieved from Koji.
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp24 #include <filesystem>
3861 namespace fs = std::filesystem;
3920 std::filesystem::remove(path);
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2345 #elif __has_include(<filesystem>)
2347 #elif __has_include(<experimental/filesystem>)
2351 // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/
2357 // no filesystem support before GCC 8: https://en.cppreference.com/w/cpp/compiler_support
2363 // no filesystem support before Clang 7: https://en.cppreference.com/w/cpp/compiler_support
2369 // no filesystem support before MSVC 19.14: https://en.cppreference.com/w/cpp/compiler_support
2375 // no filesystem support before iOS 13
2381 // no filesystem support before macOS Catalina
3672 // special case for types like std::filesystem::path whose iterator's value_type are themselves
3707 // special case for types like std::filesystem
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs1128 filesystem: *const ::c_char, in fs_mount_volume()
/third_party/json/single_include/nlohmann/
H A Djson.hpp2414 #elif __has_include(<filesystem>)
2416 #elif __has_include(<experimental/filesystem>)
2420 // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/
2426 // no filesystem support before GCC 8: https://en.cppreference.com/w/cpp/compiler_support
2432 // no filesystem support before Clang 7: https://en.cppreference.com/w/cpp/compiler_support
2438 // no filesystem support before MSVC 19.14: https://en.cppreference.com/w/cpp/compiler_support
2444 // no filesystem support before iOS 13
2450 // no filesystem support before macOS Catalina
3776 // special case for types like std::filesystem::path whose iterator's value_type are themselves
3811 // special case for types like std::filesystem
[all...]

Completed in 42 milliseconds