Home
last modified time | relevance | path

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

/AOO42X/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx406 if (result != GNOME_VFS_OK) in execute()
584 if( ( result = getInfo( xEnv ) ) != GNOME_VFS_OK ) in getPropertyValues()
723 GnomeVFSResult result = GNOME_VFS_OK; in doSetFileInfo()
841 GnomeVFSResult result = GNOME_VFS_OK; in setPropertyValues()
846 xEnv ) ) != GNOME_VFS_OK ) { in setPropertyValues()
852 if ( result == GNOME_VFS_OK) { in setPropertyValues()
959 if( result != GNOME_VFS_OK ) in insert()
978 result = GNOME_VFS_OK; in insert()
985 if ( result != GNOME_VFS_OK ) { in insert()
996 if( result != GNOME_VFS_OK ) in insert()
[all …]
H A Dgvfs_stream.cxx128 if (result != GNOME_VFS_OK && in readBytes()
268 GnomeVFSResult result = GNOME_VFS_OK; in writeBytes()
328 if( result != GNOME_VFS_OK ) { in throwOnError()
H A Dgvfs_directory.cxx342 if (result != GNOME_VFS_OK) { in getData()
356 while ((result = gnome_vfs_directory_read_next (dirHandle, fileInfo)) == GNOME_VFS_OK) { in getData()
404 if (result != GNOME_VFS_OK) { in getData()
/AOO42X/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()