Home
last modified time | relevance | path

Searched refs:path_usable (Results 1 – 5 of 5) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/helpers/
H A Dfilesystem.cpp215 bool Filesystem::path_usable( const QString& path, bool create, bool silent ) in path_usable() function in H2Core::Filesystem
337 if( !path_usable( tmp_dir() ) ) ret = false; in check_usr_paths()
338 if( !path_usable( __usr_data_path ) ) ret = false; in check_usr_paths()
339 if( !path_usable( cache_dir() ) ) ret = false; in check_usr_paths()
340 if( !path_usable( repositories_cache_dir() ) ) ret = false; in check_usr_paths()
341 if( !path_usable( usr_drumkits_dir() ) ) ret = false; in check_usr_paths()
342 if( !path_usable( patterns_dir() ) ) ret = false; in check_usr_paths()
343 if( !path_usable( playlists_dir() ) ) ret = false; in check_usr_paths()
344 if( !path_usable( plugins_dir() ) ) ret = false; in check_usr_paths()
345 if( !path_usable( scripts_dir() ) ) ret = false; in check_usr_paths()
[all …]
H A Dfiles.cpp39 if ( !Filesystem::path_usable( fileInfo.path(), true, false ) ) { in savePattern()
75 if ( !Filesystem::path_usable( fileInfo.path(), true, false ) ) { in savePlaylist()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/shmem/mmap/
H A Dshmem_mmap_module.c247 path_usable(const char *path, int *stat_errno) in path_usable() function
318 if (path_usable(opal_shmem_mmap_backing_file_base_dir, &err)) { in segment_create()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/shmem/mmap/
H A Dshmem_mmap_module.c247 path_usable(const char *path, int *stat_errno) in path_usable() function
318 if (path_usable(opal_shmem_mmap_backing_file_base_dir, &err)) { in segment_create()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/helpers/
H A Dfilesystem.h240 static bool path_usable( const QString& path, bool create=true, bool silent=false );