Home
last modified time | relevance | path

Searched refs:GNOME_VFS_OK (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx408 if (result != GNOME_VFS_OK) in execute()
586 if( ( result = getInfo( xEnv ) ) != GNOME_VFS_OK ) in getPropertyValues()
725 GnomeVFSResult result = GNOME_VFS_OK; in doSetFileInfo()
843 GnomeVFSResult result = GNOME_VFS_OK; in setPropertyValues()
848 xEnv ) ) != GNOME_VFS_OK ) { in setPropertyValues()
854 if ( result == GNOME_VFS_OK) { in setPropertyValues()
961 if( result != GNOME_VFS_OK ) in insert()
980 result = GNOME_VFS_OK; in insert()
987 if ( result != GNOME_VFS_OK ) { in insert()
998 if( result != GNOME_VFS_OK ) in insert()
[all …]
H A Dgvfs_stream.cxx130 if (result != GNOME_VFS_OK && in readBytes()
270 GnomeVFSResult result = GNOME_VFS_OK; in writeBytes()
330 if( result != GNOME_VFS_OK ) { in throwOnError()
H A Dgvfs_directory.cxx344 if (result != GNOME_VFS_OK) { in getData()
358 while ((result = gnome_vfs_directory_read_next (dirHandle, fileInfo)) == GNOME_VFS_OK) { in getData()
406 if (result != GNOME_VFS_OK) { in getData()
/AOO41X/main/shell/source/unix/misc/
H A Dgnome-open-url.c42 GNOME_VFS_OK enumerator
89 ret = (GNOME_VFS_OK == func(url)); in gnome_url_show()