Searched refs:filesystem (Results 1 - 19 of 19) sorted by relevance
/third_party/spirv-tools/tools/objdump/ |
H A D | objdump.cpp | 15 #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 D | std_fs.hpp | 14 #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 D | ltp-aiodio.sh | 43 -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 D | manifest_fuzzer.cc | 20 #include <filesystem> 39 std::__fs::filesystem::remove_all("/tmp/build.ninja"); in LLVMFuzzerTestOneInput()
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
H A D | test_robind.sh | 26 # 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 D | mkfs01.sh | 24 -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 D | policy_parse.y | 766 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 D | tst_test.sh | 356 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 D | VulkanTester.cpp | 17 #include <filesystem> 21 namespace fs = std::filesystem;
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 41 #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 D | prepare_stack_trace.js | 185 debug(`read source of ${originalSourcePath} from filesystem`);
|
/third_party/node/src/permission/ |
H A D | fs_permission.cc | 11 #include <filesystem>
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 149 #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 D | macro_scope.hpp | 64 #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 D | fedabipkgdiff | 441 directory on the local filesystem or retrieved from Koji.
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 24 #include <filesystem> 3861 namespace fs = std::filesystem; 3920 std::filesystem::remove(path);
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2345 #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 D | native.rs | 1128 filesystem: *const ::c_char, in fs_mount_volume()
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 2414 #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