Home
last modified time | relevance | path

Searched refs:fs_error (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/R-cran-fs/fs/R/
H A Dpath_package.R20 stop(fs_error(sprintf("`package` must be a character vector of length 1")))
41 stop(fs_error(msg, class = "EEXIST"))
58 stop(fs_error(msg, class = "EEXIST"))
H A Dutils.R109 stop(fs_error(msg))
117 stop(fs_error(msg, class = class))
121 fs_error <- function(msg, class = "invalid_argument") { function
H A Dpath.R428 stop(fs_error("Can't mix absolute and relative paths"))
468 stop(fs_error("`glob` and `regexp` cannot both be set."))
H A Dfs_perms.R128 stop(fs_error(msg))
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/src/
H A Dmodule_cache_dir.cc267 } catch (boost::filesystem::filesystem_error& fs_error) { in downloadFileFromMaster() local
271 if (fs_error.code().value() == EXDEV) { in downloadFileFromMaster()
275 throw fs_error; in downloadFileFromMaster()
/dports/games/neverball/neverball-1.6.0/share/
H A Dfs.h9 const char *fs_error(void);
H A Dfs_physfs.c53 const char *fs_error(void) in fs_error() function
H A Dfs_stdio.c75 const char *fs_error(void) in fs_error() function
H A Dmapc.c2817 fs_error()); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dfile_system_context.cc527 base::File::Error fs_error = base::File::FILE_OK; in CreateFileSystemOperation() local
529 backend->CreateFileSystemOperation(url, this, &fs_error); in CreateFileSystemOperation()
532 *error_code = fs_error; in CreateFileSystemOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dfile_system_context.cc551 base::File::Error fs_error = base::File::FILE_OK; in CreateFileSystemOperation() local
553 backend->CreateFileSystemOperation(url, this, &fs_error); in CreateFileSystemOperation()
556 *error_code = fs_error; in CreateFileSystemOperation()
/dports/news/tin/tin-2.4.5/src/
H A Dnewsrc.c1232 t_bool fs_error = FALSE; in pos_group_in_newsrc() local
1297 fs_error = TRUE; in pos_group_in_newsrc()
1300 if (!fs_error) /* avoid repeatd error message */ in pos_group_in_newsrc()
1306 fs_error = TRUE; in pos_group_in_newsrc()
1310 if (fs_error) in pos_group_in_newsrc()
/dports/chinese/tin/tin-2.4.5/src/
H A Dnewsrc.c1232 t_bool fs_error = FALSE; in pos_group_in_newsrc() local
1297 fs_error = TRUE; in pos_group_in_newsrc()
1300 if (!fs_error) /* avoid repeatd error message */ in pos_group_in_newsrc()
1306 fs_error = TRUE; in pos_group_in_newsrc()
1310 if (fs_error) in pos_group_in_newsrc()
/dports/games/neverball/neverball-1.6.0/putt/
H A Dmain.c287 fs_error()); in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-ps.c2344 static gint *fs_error = NULL; in dither_grey() local
2358 g_free (fs_error); in dither_grey()
2363 fs_error = g_new0 (gint, npix + 2); in dither_grey()
2389 g_return_if_fail (fs_error != NULL); in dither_grey()
2397 fse_inline = fs_error[1]; in dither_grey()
2399 for (x = 0, fse = fs_error + 1; x < npix; x++, fse++) in dither_grey()
/dports/games/neverball/neverball-1.6.0/ball/
H A Dmain.c485 fs_error()); in main()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/media/
H A Dbackend-fs2.c983 const GstStructure *fs_error) in purple_media_error_fs() argument
985 const gchar *error_msg = gst_structure_get_string(fs_error, "error-msg"); in purple_media_error_fs()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/media/
H A Dbackend-fs2.c983 const GstStructure *fs_error) in purple_media_error_fs() argument
985 const gchar *error_msg = gst_structure_get_string(fs_error, "error-msg"); in purple_media_error_fs()
/dports/net-im/finch/pidgin-2.14.8/libpurple/media/
H A Dbackend-fs2.c983 const GstStructure *fs_error) in purple_media_error_fs() argument
985 const gchar *error_msg = gst_structure_get_string(fs_error, "error-msg"); in purple_media_error_fs()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.14230 * fsdevice.c (fs_error): Removed newline in log message.
H A DChangeLog.24114 * fsdevice.c, fsdevice.h (fs_error): Made static and made
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog88494 This lets caller to specify error instead of setting it with fs_error. Doing