Home
last modified time | relevance | path

Searched +defs:file +defs:path (Results 1 – 25 of 39486) sorted by relevance

12345678910>>...1580

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/
H A DAbstractContractDeleteTest.java35 Path path = path("testDeleteEmptyDirNonRecursive"); in testDeleteEmptyDirNonRecursive() local
42 Path path = path("testDeleteEmptyDirRecursive"); in testDeleteEmptyDirRecursive() local
49 Path path = path("testDeleteNonexistentPathRecursive"); in testDeleteNonexistentPathRecursive() local
70 Path path = path("testDeleteNonEmptyDirNonRecursive"); in testDeleteNonEmptyDirNonRecursive() local
72 Path file = new Path(path, "childfile"); in testDeleteNonEmptyDirNonRecursive() local
73 ContractTestUtils.writeTextFile(getFileSystem(), file, "goodbye, world", in testDeleteNonEmptyDirNonRecursive() local
91 Path file = new Path(path, "childfile"); in testDeleteNonEmptyDirRecursive() local
115 Path path = path("testDeleteSingleFile/d1/d2"); in testDeleteSingleFile() local
117 Path file = new Path(path, "childfile"); in testDeleteSingleFile() local
118 ContractTestUtils.writeTextFile(getFileSystem(), file, in testDeleteSingleFile() local
[all …]
/dports/math/xtensor-io/xtensor-io-0.13.0/include/xtensor-io/
H A Dxhighfive.hpp36 inline bool exist(const HighFive::File& file, const std::string& path) in exist()
49 inline void create_group(HighFive::File& file, const std::string& path) in create_group()
62 inline std::size_t size(const HighFive::File& file, const std::string& path) in size()
75 inline std::vector<std::size_t> shape(const HighFive::File& file, const std::string& path) in shape()
125 inline HighFive::DataSet dump(HighFive::File& file, const std::string& path, const T& data, in dump()
142 inline HighFive::DataSet dump(HighFive::File& file, const std::string& path, const T& data, in dump()
158 …inline auto load(const HighFive::File& file, const std::string& path, const std::vector<std::size_… in load()
172 inline auto load(const HighFive::File& file, const std::string& path) in load()
192 HighFive::File file(fname, detail::highfive_file_mode(fmode)); in dump_hdf5() local
206 inline auto load_hdf5(const std::string& fname, const std::string& path) in load_hdf5()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/run-pass/
H A Dfs.rs49 let path = tmp().join(filename); localVariable
57 let path = tmp().join(&dirname); localVariable
65 let path = prepare(filename); localVariable
66 let mut file = File::create(&path).unwrap(); localVariable
73 let path = prepare("miri_test_fs_file.txt"); localVariable
76 let mut file = File::create(&path).unwrap(); localVariable
84 let mut file = File::open(&path).unwrap(); localVariable
101 let file = File::open(&path).unwrap(); localVariable
130 let mut file = File::open(&path).unwrap(); localVariable
215 let file = File::open(&path).unwrap(); localVariable
[all …]
/dports/science/highfive/HighFive-2.3.1/include/highfive/h5easy_bits/
H A DH5Easy_public.hpp98 inline size_t getSize(const File& file, const std::string& path) { in getSize()
102 inline std::vector<size_t> getShape(const File& file, const std::string& path) { in getShape()
107 inline DataSet dump(File& file, in dump()
115 inline DataSet dump(File& file, in dump()
123 inline DataSet dump(File& file, in dump()
132 inline DataSet dump(File& file, in dump()
141 inline DataSet dump(File& file, in dump()
149 inline DataSet dump(File& file, in dump()
157 inline T load(const File& file, const std::string& path, const std::vector<size_t>& idx) { in load()
162 inline T load(const File& file, const std::string& path) { in load()
[all …]
H A DH5Easy_misc.hpp19 inline Exception error(const File& file, in error()
20 const std::string& path, in error()
30 inline Exception dump_error(File& file, const std::string& path) in dump_error()
44 inline DataSet initDataset(File& file, in initDataset()
45 const std::string& path, in initDataset()
80 inline DataSet initScalarDataset(File& file, in initScalarDataset()
81 const std::string& path, in initScalarDataset()
99 inline Attribute initAttribute(File& file, in initAttribute()
100 const std::string& path, in initAttribute()
128 inline Attribute initScalarAttribute(File& file, in initScalarAttribute()
[all …]
/dports/devel/websvn/websvn-2.6.1/
H A Dmultiviews.php58 $path = trim(empty($pathInfo) ? $origPathInfo : $pathInfo); variable
61 $path = substr($path, 1); variable
78 $path = substr($path, $pos); variable
80 $path = '/'; variable
108 $file = 'log.php'; variable
111 $file = 'diff.php'; variable
114 $file = 'blame.php'; variable
117 $file = 'rss.php'; variable
120 $file = 'dl.php'; variable
123 $file = 'comp.php'; variable
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/rtc_base/
H A Dplatform_file.cc26 FILE* FdopenPlatformFileForWriting(PlatformFile file) { in FdopenPlatformFileForWriting()
33 FILE* FdopenPlatformFile(PlatformFile file, const char* modes) { in FdopenPlatformFile()
43 bool ClosePlatformFile(PlatformFile file) { in ClosePlatformFile()
47 bool RemoveFile(const std::string& path) { in RemoveFile()
55 PlatformFile OpenPlatformFile(const std::string& path) { in OpenPlatformFile()
73 PlatformFile CreatePlatformFile(const std::string& path) { in CreatePlatformFile()
86 FILE* FdopenPlatformFile(PlatformFile file, const char* modes) { in FdopenPlatformFile()
90 bool ClosePlatformFile(PlatformFile file) { in ClosePlatformFile()
94 bool RemoveFile(const std::string& path) { in RemoveFile()
98 PlatformFile OpenPlatformFile(const std::string& path) { in OpenPlatformFile()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/export/
H A DExportNameUtility.java30 public static File ensureNotExists(File file) { in ensureNotExists()
41 String path = constructPath(base, num++, ext); in ensureNotExists() local
49 String path = file.getPath(); in trimFileNumberAndExtension() local
60 public static String getBaseName(File file) { in getBaseName()
61 String path = file.getPath(); in getBaseName() local
70 String path = file.getPath(); in getFileExtension() local
79 String path = file.getPath(); in setFileExtension() local
95 String path = file.getPath(); in trimFileExtension() local
105 File file = new File(name); in trimFileExtension() local
141 private static int getNumber(File file) { in getNumber()
[all …]
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/src/libcork/posix/
H A Dfiles.c383 cork_file_init(struct cork_file *file, struct cork_path *path) in cork_file_init()
398 struct cork_file *file = cork_new(struct cork_file); in cork_file_new_from_path() local
404 cork_file_reset(struct cork_file *file) in cork_file_reset()
410 cork_file_done(struct cork_file *file) in cork_file_done()
416 cork_file_free(struct cork_file *file) in cork_file_free()
423 cork_file_path(struct cork_file *file) in cork_file_path()
429 cork_file_stat(struct cork_file *file) in cork_file_stat()
464 cork_file_exists(struct cork_file *file, bool *exists) in cork_file_exists()
486 struct cork_file *file; in cork_path_list_find_file() local
517 cork_file_iterate_directory(struct cork_file *file, in cork_file_iterate_directory()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-io/mrblib/
H A Dfile.rb2 attr_accessor :path accessor in File
58 def self._concat_path(path, base_path) argument
96 def self.expand_path(path, default_dir = '.') argument
137 def self.foreach(file) argument
151 def self.exist?(file) argument
159 def self.file?(file) argument
163 def self.pipe?(file) argument
167 def self.size(file) argument
171 def self.size?(file) argument
183 def self.zero?(file) argument
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-io/mrblib/
H A Dfile.rb2 attr_accessor :path accessor in File
58 def self._concat_path(path, base_path) argument
96 def self.expand_path(path, default_dir = '.') argument
137 def self.foreach(file) argument
151 def self.exist?(file) argument
159 def self.file?(file) argument
163 def self.pipe?(file) argument
167 def self.size(file) argument
171 def self.size?(file) argument
183 def self.zero?(file) argument
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/mrblib/
H A Dfile.rb2 attr_accessor :path accessor in File
58 def self._concat_path(path, base_path) argument
96 def self.expand_path(path, default_dir = '.') argument
137 def self.foreach(file) argument
151 def self.exist?(file) argument
159 def self.file?(file) argument
163 def self.pipe?(file) argument
167 def self.size(file) argument
171 def self.size?(file) argument
183 def self.zero?(file) argument
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/mrblib/
H A Dfile.rb2 attr_accessor :path accessor in File
58 def self._concat_path(path, base_path) argument
96 def self.expand_path(path, default_dir = '.') argument
137 def self.foreach(file) argument
151 def self.exist?(file) argument
159 def self.file?(file) argument
163 def self.pipe?(file) argument
167 def self.size(file) argument
171 def self.size?(file) argument
183 def self.zero?(file) argument
[all …]
/dports/net/gsocket/gsocket-1.4.28/tools/
H A Dgsocket_uchroot_dso.c187 thc_realpath(const char *fname, const char *path, char *rp) in thc_realpath()
296 __xstat64(int ver, const char *path, struct stat64 *buf) in __xstat64()
302 __xstat(int ver, const char *path, struct stat *buf) in __xstat()
311 __lxstat64(int ver, const char *path, struct stat64 *buf) in __lxstat64()
317 __lxstat(int ver, const char *path, struct stat *buf) in __lxstat()
344 unlink(const char *file) in unlink()
350 rmdir(const char *file) in rmdir()
429 statvfs64(const char *path, void *buf) in statvfs64()
434 statvfs(const char *path, void *buf) in statvfs()
480 thc_stat(const char *fname, const char *path, void *buf) in thc_stat()
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/elementary/
H A Delm_code_file_test_load.c16 char *path = TESTS_SRC_DIR "/testfile.txt"; in EFL_START_TEST() local
18 Elm_Code_File *file; in EFL_START_TEST() local
37 char *path = TESTS_SRC_DIR "/testfile.txt"; in EFL_START_TEST() local
38 Elm_Code_File *file; in EFL_START_TEST() local
56 Elm_Code_File *file; in EFL_START_TEST() local
74 Elm_Code_File *file; in EFL_START_TEST() local
103 char *path = TESTS_SRC_DIR "/testfile.txt"; in EFL_START_TEST() local
104 Elm_Code_File *file; in EFL_START_TEST() local
122 char *path = TESTS_SRC_DIR "/testfile.txt"; in EFL_START_TEST() local
123 Elm_Code_File *file; in EFL_START_TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Dfile_io_win.cc26 bool IsSocketHandle(HANDLE file) { in IsSocketHandle()
53 const base::FilePath& path, in OpenFileForOutput()
136 FileHandle OpenFileForRead(const base::FilePath& path) { in OpenFileForRead()
146 FileHandle OpenFileForWrite(const base::FilePath& path, in OpenFileForWrite()
152 FileHandle OpenFileForReadAndWrite(const base::FilePath& path, in OpenFileForReadAndWrite()
159 FileHandle LoggingOpenFileForRead(const base::FilePath& path) { in LoggingOpenFileForRead()
160 FileHandle file = OpenFileForRead(path); in LoggingOpenFileForRead() local
166 FileHandle LoggingOpenFileForWrite(const base::FilePath& path, in LoggingOpenFileForWrite()
175 FileHandle LoggingOpenFileForReadAndWrite(const base::FilePath& path, in LoggingOpenFileForReadAndWrite()
199 bool LoggingUnlockFile(FileHandle file) { in LoggingUnlockFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/file/
H A Dfile_io_win.cc27 bool IsSocketHandle(HANDLE file) { in IsSocketHandle()
54 const base::FilePath& path, in OpenFileForOutput()
137 FileHandle OpenFileForRead(const base::FilePath& path) { in OpenFileForRead()
147 FileHandle OpenFileForWrite(const base::FilePath& path, in OpenFileForWrite()
153 FileHandle OpenFileForReadAndWrite(const base::FilePath& path, in OpenFileForReadAndWrite()
160 FileHandle LoggingOpenFileForRead(const base::FilePath& path) { in LoggingOpenFileForRead()
161 FileHandle file = OpenFileForRead(path); in LoggingOpenFileForRead() local
167 FileHandle LoggingOpenFileForWrite(const base::FilePath& path, in LoggingOpenFileForWrite()
176 FileHandle LoggingOpenFileForReadAndWrite(const base::FilePath& path, in LoggingOpenFileForReadAndWrite()
200 bool LoggingUnlockFile(FileHandle file) { in LoggingUnlockFile()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/theme/common/octicons/build/
H A Ddata.json1 …ma":{"id":"0:5","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["warning","triangle","exclamation",… string
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/theme/common/octicons/build/
H A Ddata.json1 …ma":{"id":"0:5","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["warning","triangle","exclamation",… string
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqstandardpaths_android.cpp78 static inline QString getAbsolutePath(const QJNIObjectPrivate &file) in getAbsolutePath()
80 QJNIObjectPrivate path = file.callObjectMethod("getAbsolutePath", in getAbsolutePath() local
94 …QString &path = (*androidDirCache)[QLatin1String("APPNAME_%1").arg(QLatin1String(directoryField))]; in getExternalFilesDir() local
111 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalFilesDir", in getExternalFilesDir() local
127 QString &path = (*androidDirCache)[QStringLiteral("APPNAME_CACHE")]; in getExternalCacheDir() local
135 QJNIObjectPrivate file = appCtx.callObjectMethod("getExternalCacheDir", in getExternalCacheDir() local
149 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_CACHE")]; in getCacheDir() local
157 QJNIObjectPrivate file = appCtx.callObjectMethod("getCacheDir", in getCacheDir() local
171 QString &path = (*androidDirCache)[QStringLiteral("APPROOT_FILES")]; in getFilesDir() local
179 QJNIObjectPrivate file = appCtx.callObjectMethod("getFilesDir", in getFilesDir() local

12345678910>>...1580