Home
last modified time | relevance | path

Searched refs:Filesystem (Results 51 – 75 of 7711) sorted by relevance

12345678910>>...309

/dports/games/flare-engine/flare-engine-1.12/src/
H A DPlatformIPhoneOS.cpp107 Filesystem::createDir(settings->path_conf); in setPaths()
115 Filesystem::createDir(settings->path_conf); in setPaths()
125 Filesystem::createDir(settings->path_user); in setPaths()
127 Filesystem::createDir(settings->path_user); in setPaths()
135 Filesystem::createDir(settings->path_user); in setPaths()
136 Filesystem::createDir(settings->path_user + "mods/"); in setPaths()
137 Filesystem::createDir(settings->path_user + "saves/"); in setPaths()
152 if (Filesystem::pathExists(settings->custom_path_data)) { in setPaths()
162 if (Filesystem::pathExists("./mods")) { in setPaths()
176 if (Filesystem::pathExists(settings->path_data)) path_data = true; in setPaths()
[all …]
H A DPlatformWin32.cpp56 Filesystem::createDir(settings->path_conf); in setPaths()
57 Filesystem::createDir(settings->path_user); in setPaths()
61 Filesystem::createDir(settings->path_conf); in setPaths()
62 Filesystem::createDir(settings->path_user); in setPaths()
67 Filesystem::createDir(settings->path_conf); in setPaths()
68 Filesystem::createDir(settings->path_user); in setPaths()
71 Filesystem::createDir(settings->path_user + "\\mods"); in setPaths()
72 Filesystem::createDir(settings->path_user + "\\saves"); in setPaths()
75 …if (Filesystem::pathExists(settings->custom_path_data)) settings->path_data = settings->custom_pat… in setPaths()
H A DUtilsFileSystem.cpp38 bool Filesystem::pathExists(const std::string &path) { in pathExists()
47 void Filesystem::createDir(const std::string &path) { in createDir()
58 bool Filesystem::fileExists(const std::string &filename) { in fileExists()
93 int Filesystem::getDirList(const std::string &dir, std::vector<std::string> &dirs) { in getDirList()
119 bool Filesystem::isDirectory(const std::string &path, bool show_error) { in isDirectory()
134 bool Filesystem::removeFile(const std::string &file) { in removeFile()
144 bool Filesystem::removeDir(const std::string &dir) { in removeDir()
151 bool Filesystem::removeDirRecursive(const std::string &dir) { in removeDirRecursive()
175 std::string Filesystem::convertSlashes(const std::string& _path) { in convertSlashes()
195 bool Filesystem::renameFile(const std::string &_oldfile, const std::string &_newfile) { in renameFile()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dpathutils.h111 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
114 Filesystem::SetApplicationName(application); in SetApplicationName()
117 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
120 Filesystem::GetApplicationName(application); in GetApplicationName()
123 return Filesystem::CreateFolder(path); in CreateFolder()
137 Filesystem::GetApplicationName(&application_name); in GetTemporaryFolder()
139 return Filesystem::GetTemporaryFolder(path, create, &application_name) in GetTemporaryFolder()
145 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
152 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
154 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dpathutils.h126 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
129 Filesystem::SetApplicationName(application); in SetApplicationName()
132 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
135 Filesystem::GetApplicationName(application); in GetApplicationName()
138 return Filesystem::CreateFolder(path); in CreateFolder()
152 Filesystem::GetApplicationName(&application_name); in GetTemporaryFolder()
154 return Filesystem::GetTemporaryFolder(path, create, &application_name) in GetTemporaryFolder()
160 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
167 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
169 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dpathutils.h109 Filesystem::SetOrganizationName(organization); in SetOrganizationName()
112 Filesystem::SetApplicationName(application); in SetApplicationName()
115 Filesystem::GetOrganizationName(organization); in GetOrganizationName()
118 Filesystem::GetApplicationName(application); in GetApplicationName()
121 return Filesystem::CreateFolder(path); in CreateFolder()
135 Filesystem::GetApplicationName(&application_name); in GetTemporaryFolder()
137 return Filesystem::GetTemporaryFolder(path, create, &application_name) in GetTemporaryFolder()
143 return Filesystem::GetAppDataFolder(&path, true) in GetAppDataFolder()
150 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
152 if (!Filesystem::IsTemporaryPath(path)) { in CleanupTemporaryFolder()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/fs/
H A Dmtimefs.go22 Filesystem anonMember
38 func NewMtimeFS(fs Filesystem, db database, options ...MtimeFSOption) Filesystem { argument
39 return wrapFilesystem(fs, func(underlying Filesystem) Filesystem {
41 Filesystem: underlying,
58 info, err := f.Filesystem.Lstat(name)
68 info, err := f.Filesystem.Stat(name)
88 info, err := f.Filesystem.Lstat(name)
127 fd, err := f.Filesystem.Create(name)
135 fd, err := f.Filesystem.Open(name)
150 func (f *mtimeFS) underlying() (Filesystem, bool) {
[all …]
/dports/sysutils/webmin/webmin-1.981/fdisk/lang/
H A Dfa.auto96 edit_label=برچسب Filesystem
101 edit_mkfs=Filesystem جدید ایجاد کنید
102 edit_mkfs2=ایجاد Filesystem:
105 edit_fsck=تعمیر Filesystem
107 edit_tune=Tune Filesystem
116 mkfs_title=سیستم جدید Filesystem
120 mkfs_options=گزینه های Filesystem
127 fsck_title=تعمیر Filesystem
131 fsck_repair=تعمیر Filesystem
140 tunefs_title=Tune Filesystem
[all …]
/dports/sysutils/webmin/webmin-1.981/format/lang/
H A Dfa.auto42 edit_newfs=سیستم جدید Filesystem
46 edit_fsckfs=تعمیر Filesystem
53 edit_tunefs=Tune Filesystem
70 newfs_title=Filesystem را ایجاد کنید
74 newfs_header=گزینه های Filesystem
90 newfs_create=Filesystem را ایجاد کنید
96 fsck_title=تعمیر Filesystem
114 tunefs_title=Tune Filesystem
121 tunefs_tune=Tune Filesystem
141 fstype_ufs=Solaris Unix Filesystem
/dports/www/gohugo/hugo-0.91.2/source/
H A Dfilesystem.go26 type Filesystem struct { struct
39 func (sp SourceSpec) NewFilesystem(base string) *Filesystem {
40 return &Filesystem{SourceSpec: sp, Base: base}
43 func (sp SourceSpec) NewFilesystemFromFileMetaInfo(fi hugofs.FileMetaInfo) *Filesystem {
44 return &Filesystem{SourceSpec: sp, fi: fi}
48 func (f *Filesystem) Files() ([]File, error) { argument
59 func (f *Filesystem) add(name string, fi hugofs.FileMetaInfo) (err error) { argument
72 func (f *Filesystem) captureFiles() error { argument
107 func (f *Filesystem) shouldRead(filename string, fi hugofs.FileMetaInfo) (bool, error) { argument
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Provider/
H A DLocalFilesystemFactory.php3 namespace ILIAS\Filesystem\Provider;
5 use ILIAS\Filesystem\Filesystem; alias
6 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
28 * @return Filesystem
30 public function getInstance(LocalConfig $config) : Filesystem;
H A DFilesystemFactory.php3 namespace ILIAS\Filesystem\Provider;
5 use ILIAS\Filesystem\Filesystem; alias
6 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
28 * @return Filesystem
32 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem;
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Provider/
H A DLocalFilesystemFactory.php3 namespace ILIAS\Filesystem\Provider;
5 use ILIAS\Filesystem\Filesystem; alias
6 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
28 * @return Filesystem
30 public function getInstance(LocalConfig $config) : Filesystem;
H A DFilesystemFactory.php3 namespace ILIAS\Filesystem\Provider;
5 use ILIAS\Filesystem\Filesystem; alias
6 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
28 * @return Filesystem
32 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem;
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/helpers/
H A Dfiles.cpp21 fileInfo = Filesystem::pattern_path( drumkitName, fileName ); in savePattern()
27 fileInfo = Filesystem::tmp_file_path( fileName ); in savePattern()
35 if ( mode == SAVE_NEW && Filesystem::file_exists( fileInfo.absoluteFilePath(), false ) ) { in savePattern()
39 if ( !Filesystem::path_usable( fileInfo.path(), true, false ) ) { in savePattern()
57 fileInfo = Filesystem::playlist_path( fileName ); in savePlaylist()
63 fileInfo = Filesystem::tmp_file_path( fileName ); in savePlaylist()
71 if ( mode == SAVE_NEW && Filesystem::file_exists( fileInfo.absoluteFilePath(), false ) ) { in savePlaylist()
75 if ( !Filesystem::path_usable( fileInfo.path(), true, false ) ) { in savePlaylist()
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/
H A DFilesystem.php3 namespace ILIAS\Filesystem;
5 use ILIAS\Filesystem\Finder\Finder;
6 use ILIAS\Filesystem\Provider\FileStreamAccess;
7 use ILIAS\Filesystem\Provider\FileAccess;
8 use ILIAS\Filesystem\Provider\DirectoryAccess;
26 interface Filesystem extends FileStreamAccess, FileAccess, DirectoryAccess interface
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Decorator/
H A DFilesystemWhitelistDecorator.php4 namespace ILIAS\Filesystem\Decorator;
9 use ILIAS\Filesystem\Exception\DirectoryNotFoundException;
10 use ILIAS\Filesystem\Exception\IOException;
11 use ILIAS\Filesystem\Filesystem; alias
12 use ILIAS\Filesystem\Finder\Finder;
13 use ILIAS\Filesystem\Security\Sanitizing\FilenameSanitizer;
14 use ILIAS\Filesystem\Stream\FileStream;
15 use ILIAS\Filesystem\Visibility;
30 final class FilesystemWhitelistDecorator implements Filesystem
34 * @var Filesystem $filesystem
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/tsconfig-paths/test/
H A Dfilesystem-tests.ts2 import * as Filesystem from "../src/filesystem";
10 const result = Filesystem.fileExistsSync(fileThatExists);
15 const result = Filesystem.fileExistsSync(fileThatNotExists);
20 Filesystem.fileExistsAsync(fileThatExists, (_err, result) => {
27 Filesystem.fileExistsAsync(fileThatNotExists, (_err, result) => {
34 const result = Filesystem.readJsonFromDiskSync(fileThatExists);
40 Filesystem.readJsonFromDiskAsync(fileThatExists, (_err, result) => {
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Finder/Iterator/
H A DRecursiveDirectoryIterator.php4 namespace ILIAS\Filesystem\Finder\Iterator;
6 use ILIAS\Filesystem\DTO\Metadata;
7 use ILIAS\Filesystem\Filesystem; alias
16 /** @var Filesystem */
27 * @param Filesystem $filesystem
30 public function __construct(Filesystem $filesystem, string $dir)
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Provider/FlySystem/
H A DFlySystemFilesystemFactory.php4 namespace ILIAS\Filesystem\Provider\FlySystem;
6 use ILIAS\Filesystem\Filesystem; alias
7 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
8 use ILIAS\Filesystem\Provider\FilesystemFactory;
23 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Provider/FlySystem/
H A DFlySystemFilesystemFactory.php4 namespace ILIAS\Filesystem\Provider\FlySystem;
6 use ILIAS\Filesystem\Filesystem; alias
7 use ILIAS\Filesystem\Provider\Configuration\LocalConfig;
8 use ILIAS\Filesystem\Provider\FilesystemFactory;
23 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/t_change_uuid_mcsum_seed_mounted/
H A Dexpect2 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
4 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
7 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
9 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
13 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
16 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
20 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/t_change_uuid_mcsum_seed_mounted/
H A Dexpect2 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
4 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
7 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
9 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
13 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
16 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
20 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/t_change_uuid_mcsum_seed_mounted/
H A Dexpect2 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
4 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
7 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
9 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
13 Filesystem UUID: 6b33f586-a183-4383-921d-30da3fef2e5c
16 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
20 Filesystem UUID: a61be2e0-b3b8-4fbc-b2cd-d84b306b9731
/dports/devel/arcanist/arcanist-b2e715f/src/unit/engine/
H A DXUnitTestEngine.php40 if (Filesystem::binaryExists('msbuild')) {
42 } else if (Filesystem::binaryExists('xbuild')) {
56 } else if (Filesystem::binaryExists('mono')) {
57 $this->runtimeEngine = Filesystem::resolveBinary('mono');
84 $this->testEngine = Filesystem::resolvePath($xunit);
135 $project = Filesystem::resolvePath($project);
222 if (!is_file(Filesystem::resolvePath(
230 $files = Filesystem::listDirectory($this->projectRoot);
244 $regenerate_future->setCWD(Filesystem::resolvePath(
287 $build_future->setCWD(Filesystem::resolvePath(
[all …]

12345678910>>...309