/third_party/boost/boost/wave/util/ |
D | filesystem_compatibility.hpp | 26 inline boost::filesystem::path initial_path() in initial_path() 28 return boost::filesystem::initial_path(); in initial_path() 31 inline boost::filesystem::path current_path() in current_path() 33 return boost::filesystem::current_path(); in current_path() 37 inline boost::filesystem::path create_path(String const& p) in create_path() 40 return boost::filesystem::path(p); in create_path() 42 return boost::filesystem::path(p, boost::filesystem::native); in create_path() 46 inline std::string leaf(boost::filesystem::path const& p) in leaf() 55 inline boost::filesystem::path branch_path(boost::filesystem::path const& p) in branch_path() 60 inline boost::filesystem::path normalize(boost::filesystem::path& p) in normalize() [all …]
|
/third_party/boost/libs/process/test/ |
D | Jamfile.jam | 39 alias filesystem : /boost//filesystem ; 47 exe sparring_partner : sparring_partner.cpp program_options system filesystem iostreams : 55 exe sub_launch : sub_launcher.cpp program_options iostreams system filesystem : <warnings>off <targ… 72 [ run environment.cpp system filesystem : [ test-options environment ] ] 73 [ run async_pipe.cpp system filesystem : [ test-options async_pipe ] ] 74 [ run pipe.cpp system filesystem : [ test-options pipe ] ] 82 …[ run async.cpp system thread filesystem : [ test-options async ] : sparring_part… 83 …[ run async_fut.cpp system thread filesystem : [ test-options async_fut ] : sparring_… 84 …[ run args_handling.cpp system thread filesystem : [ test-options args_handling ] : exit_… 85 …[ run args_cmd.cpp system filesystem : [ test-options args_cmd ] : sparring_p… [all …]
|
D | start_dir.cpp | 27 { BOOST_REQUIRE_NO_THROW(boost::filesystem::create_directory(s)); } in test_dir() 28 ~test_dir() { boost::filesystem::remove(s_); } in ~test_dir() 41 bp::exe=boost::filesystem::absolute(master_test_suite().argv[1]).string(), in BOOST_AUTO_TEST_CASE() 52 auto path_read = boost::filesystem::absolute(boost::filesystem::path(s)).string(); in BOOST_AUTO_TEST_CASE() 53 auto path_set = boost::filesystem::absolute(dir.s_).string(); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/filesystem/src/ |
D | windows_tools.hpp | 22 namespace filesystem { namespace 35 inline boost::filesystem::perms make_permissions(const boost::filesystem::path& p, DWORD attr) in make_permissions() 37 …boost::filesystem::perms prms = boost::filesystem::owner_read | boost::filesystem::group_read | bo… in make_permissions() 39 …prms |= boost::filesystem::owner_write | boost::filesystem::group_write | boost::filesystem::other… in make_permissions() 40 boost::filesystem::path ext = p.extension(); in make_permissions() 46 …prms |= boost::filesystem::owner_exe | boost::filesystem::group_exe | boost::filesystem::others_ex… in make_permissions()
|
/third_party/boost/libs/filesystem/doc/ |
D | publish.bat | 2 copy /y styles.css ..\..\..\..\filesystem-gh-pages 3 copy /y deprecated.html ..\..\..\..\filesystem-gh-pages 4 copy /y design.htm ..\..\..\..\filesystem-gh-pages 5 copy /y faq.htm ..\..\..\..\filesystem-gh-pages 6 copy /y index.htm ..\..\..\..\filesystem-gh-pages 7 copy /y issue_reporting.html ..\..\..\..\filesystem-gh-pages 8 copy /y portability_guide.htm ..\..\..\..\filesystem-gh-pages 9 copy /y reference.html ..\..\..\..\filesystem-gh-pages 10 copy /y relative_proposal.html ..\..\..\..\filesystem-gh-pages 11 copy /y release_history.html ..\..\..\..\filesystem-gh-pages [all …]
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 5 class filesystem 140 class filesystem 977 allow bin_t fs_t:filesystem associate; 978 allow bin_t noxattrfs:filesystem associate; 980 allow sbin_t fs_t:filesystem associate; 981 allow sbin_t noxattrfs:filesystem associate; 983 allow ls_exec_t fs_t:filesystem associate; 984 allow ls_exec_t noxattrfs:filesystem associate; 987 allow shell_exec_t fs_t:filesystem associate; 988 allow shell_exec_t noxattrfs:filesystem associate; [all …]
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 79 typedef filesystem::filesystem_error filesystem_error; 83 filesystem::path const& from, 84 filesystem::path const& to) 88 filesystem::rename(from, to); 92 filesystem::rename(from, to, ec); 98 filesystem::copy_file(from, to); 99 filesystem::remove(from); 109 typedef filesystem::path::string_type path_string_type; 515 …void parse_file_name_pattern(filesystem::path const& pattern, filesystem::path& storage_dir, files… 524 storage_dir = filesystem::absolute(pattern.parent_path()); [all …]
|
D | process_name.cpp | 58 return filesystem::path(buf).filename().string(); in get_process_name() 99 return filesystem::path(buf).filename().string(); in get_process_name() 134 return filesystem::path(buf).filename().string(); in get_process_name() 137 if (filesystem::exists("/proc/curproc/file")) in get_process_name() 138 return filesystem::read_symlink("/proc/curproc/file").filename().string(); in get_process_name() 167 if (filesystem::exists("/proc/self/exe")) in get_process_name() 168 return filesystem::read_symlink("/proc/self/exe").filename().string(); in get_process_name() 170 if (filesystem::exists("/proc/curproc/file")) in get_process_name() 171 return filesystem::read_symlink("/proc/curproc/file").filename().string(); in get_process_name() 173 if (filesystem::exists("/proc/curproc/exe")) in get_process_name() [all …]
|
D | text_multifile_backend.cpp | 38 const filesystem::path m_BasePath; 40 filesystem::ofstream m_File; 45 m_BasePath(filesystem::current_path()), in implementation() 51 filesystem::path make_absolute(filesystem::path const& p) in make_absolute() 53 return filesystem::absolute(p, m_BasePath); in make_absolute() 92 filesystem::path file_name = m_pImpl->make_absolute(m_pImpl->m_FileNameComposer(rec)); in consume() 93 filesystem::create_directories(file_name.parent_path()); in consume()
|
/third_party/boost/libs/filesystem/ |
D | README.md | 15 * [Documentation](https://boost.org/libs/filesystem) 16 * [Report bugs](https://github.com/boostorg/filesystem/issues/new). Be sure to mention Boost versio… 17 * Submit your patches as [pull requests](https://github.com/boostorg/filesystem/compare) against **… 23 …filesystem/tree/master) | [ | [ { in drop_version() 21 boost::filesystem::path ext = lhs.filename().extension(); in drop_version() 46 inline bool is_shared_library(const boost::filesystem::path& p) { in is_shared_library() 68 const boost::filesystem::path original_; 69 const boost::filesystem::path version_dropped_; 74 static inline boost::filesystem::path drop_b2_deco(const boost::filesystem::path& in) { in drop_b2_deco() 76 …boost::filesystem::path res = in.parent_path() / in.filename().string().substr(0, in.filename().st… in drop_b2_deco() 91 boost::filesystem::remove(version_dropped_, ignore); in argv_to_path_guard() 92 boost::filesystem::copy(original_, version_dropped_, ignore); in argv_to_path_guard() 101 boost::filesystem::remove(version_dropped_, ignore); in ~argv_to_path_guard()
|
/third_party/boost/boost/filesystem/ |
D | directory.hpp | 47 namespace filesystem { namespace 62 …typedef boost::filesystem::path::value_type value_type; // enables class path ctor taking direct… 65 explicit directory_entry(const boost::filesystem::path& p) : in directory_entry() 69 directory_entry(const boost::filesystem::path& p, in directory_entry() 106 void assign(const boost::filesystem::path& p, in assign() 114 void replace_filename(const boost::filesystem::path& p, in replace_filename() 124 void replace_leaf(const boost::filesystem::path& p, file_status st, file_status symlink_st) in replace_leaf() 130 const boost::filesystem::path& path() const BOOST_NOEXCEPT { return m_path; } in path() 131 operator const boost::filesystem::path&() const BOOST_NOEXCEPT { return m_path; } in operator const boost::filesystem::path&() 149 boost::filesystem::path m_path; [all …]
|
/third_party/boost/boost/log/sinks/ |
D | text_file_backend.hpp | 92 virtual void store_file(filesystem::path const& src_path) = 0; 125 …scan_method method, filesystem::path const& pattern = filesystem::path(), unsigned int* counter = … 135 filesystem::path const& target_dir, 144 filesystem::path(args[keywords::target]), in make_collector() 429 set_file_name_pattern_internal(filesystem::path(pattern)); in set_file_name_pattern() 445 set_target_file_name_pattern_internal(filesystem::path(pattern)); in set_target_file_name_pattern() 530 BOOST_LOG_API filesystem::path get_current_file_name() const; 576 filesystem::path(args[keywords::file_name | filesystem::path()]), in construct() 577 filesystem::path(args[keywords::target_file_name | filesystem::path()]), in construct() 587 filesystem::path const& pattern, [all …]
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 7 # Ext2Descriptors is the location of the ext2 filesystem structure 22 # LogFile is the location of the log file. Actual changes to the filesystem 30 # filesystem. When on, each change will be logged - Both the previous data 38 # filesystem - The "enablewrite" command will not work. When on, enablewrite 46 # a mounted filesystem. Read-Write mode is never allowed on a mounted 47 # filesystem. 53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2 54 # filesystem, despite the possibly corrupt superblock magic number reading. 61 # Normally, the various filesystem parameters such as the block size and the 62 # total number of blocks are gathered from the ext2 filesystem itself. [all …]
|
/third_party/boost/boost/process/ |
D | exe.hpp | 30 namespace filesystem { class path; } namespace 39 …inline exe_setter_<typename boost::filesystem::path::value_type> operator()(const boost::filesyste… in operator ()() 41 return exe_setter_<typename boost::filesystem::path::value_type>(pth.native()); in operator ()() 45 …inline exe_setter_<typename boost::filesystem::path::value_type> operator=(const boost::filesystem… in operator =() 47 return exe_setter_<typename boost::filesystem::path::value_type>(pth.native()); in operator =()
|
/third_party/boost/libs/nowide/test/ |
D | test_fs.cpp | 21 const std::string prefix = boost::filesystem::unique_path("nowide-%%%%-%%%%-").string(); in test_main() 31 TEST(boost::filesystem::is_regular_file(boost::nowide::widen(utf8_name))); in test_main() 32 TEST(boost::filesystem::is_regular_file(utf8_name)); in test_main() 36 TEST(!boost::filesystem::is_regular_file(boost::nowide::widen(utf8_name))); in test_main() 37 TEST(!boost::filesystem::is_regular_file(utf8_name)); in test_main() 39 const boost::filesystem::path path = utf8_name; in test_main() 60 boost::filesystem::remove(path); in test_main()
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | pubspec_schema.dart | 11 void writeSchemaFile(FileSystem filesystem, String schemaData) { 12 final String schemaPath = buildSchemaPath(filesystem); 13 final File schemaFile = filesystem.file(schemaPath); 15 final String schemaDir = buildSchemaDir(filesystem); 17 filesystem.directory(schemaDir).createSync(recursive: true); 22 void writeEmptySchemaFile(FileSystem filesystem) { 23 writeSchemaFile(filesystem, '{}');
|
/third_party/boost/libs/filesystem/tools/ |
D | backup.bat | 13 mkdir %1\boost\filesystem 2>nul 14 mkdir %1\libs\filesystem 2>nul 23 xcopy /exclude:exclude.txt /y /d /k /r %BOOST_CURRENT_ROOT%\boost\filesystem.hpp %1\boost 24 xcopy /exclude:exclude.txt /y /d /k /s /r %BOOST_CURRENT_ROOT%\boost\filesystem %1\boost\filesystem 25 xcopy /exclude:exclude.txt /y /d /k /s /r %BOOST_CURRENT_ROOT%\libs\filesystem %1\libs\filesystem
|
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_filesystem_test.cpp | 34 boost::filesystem::path p; in test_filesystem() 36 p = boost::lexical_cast<boost::filesystem::path>(s1); in test_filesystem() 42 p = boost::lexical_cast<boost::filesystem::path>(ab); in test_filesystem() 50 p = boost::lexical_cast<boost::filesystem::path>(quoted_path); in test_filesystem() 53 BOOST_CHECK_EQUAL(p, boost::filesystem::path(unquoted_path)); in test_filesystem() 61 p = boost::lexical_cast<boost::filesystem::path>(unquoted_path); in test_filesystem()
|
/third_party/boost/boost/process/detail/posix/ |
D | search_path.hpp | 23 inline boost::filesystem::path search_path( in search_path() 24 const boost::filesystem::path &filename, in search_path() 25 const std::vector<boost::filesystem::path> &path) in search_path() 27 for (const boost::filesystem::path & pp : path) in search_path() 31 bool file = boost::filesystem::is_regular_file(p, ec); in search_path()
|
/third_party/boost/boost/process/detail/windows/ |
D | search_path.hpp | 27 inline boost::filesystem::path search_path( in search_path() 28 const boost::filesystem::path &filename, in search_path() 29 const std::vector<boost::filesystem::path> &path) in search_path() 58 for (const boost::filesystem::path & pp_ : path) in search_path() 61 for (boost::filesystem::path ext : extensions) in search_path() 63 boost::filesystem::path pp_ext = p; in search_path() 66 bool file = boost::filesystem::is_regular_file(pp_ext, ec); in search_path()
|
/third_party/uboot/u-boot-2020.01/fs/ext4/ |
D | Kconfig | 2 bool "Enable ext4 filesystem support" 4 This provides support for reading images from the ext4 filesystem. 5 ext4 is a widely used general-purpose filesystem for Linux. 9 bool "Enable ext4 filesystem write support" 13 existing ext4 filesystem partition.
|
/third_party/uboot/u-boot-2020.01/fs/fat/ |
D | Kconfig | 2 bool "Enable FAT filesystem support" 5 (FAT) filesystem. FAT filesystem is a legacy, lightweight filesystem. 10 bool "Enable FAT filesystem write support" 14 existing FAT filesystem partition.
|
/third_party/boost/boost/compute/detail/ |
D | path.hpp | 26 boost::filesystem::path("/").make_preferred().string(); in path_delim() 50 if(create && !boost::filesystem::exists(dir)){ in program_binary_path() 51 boost::filesystem::create_directories(dir); in program_binary_path() 62 if(create && !boost::filesystem::exists(dir)){ in parameter_cache_path() 63 boost::filesystem::create_directories(dir); in parameter_cache_path()
|
/third_party/e2fsprogs/tests/r_32to64bit_expand_full/ |
D | expect | 2 Creating filesystem with 786432 1k blocks and 98304 inodes 10 Writing superblocks and filesystem accounting information: done 20 Converting the filesystem to 64-bit. 21 The filesystem on test.img is now 786432 (1k) blocks long. 24 Resizing the filesystem on test.img to 1179648 (1k) blocks. 25 The filesystem on test.img is now 1179648 (1k) blocks long.
|