opal_os_dirpath_create   60 opal/util/os_dirpath.h OPAL_DECLSPEC int opal_os_dirpath_create(const char *path, const mode_t mode);
opal_os_dirpath_create  598 orte/mca/filem/raw/filem_raw_module.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(basedir, S_IRWXU))) {
opal_os_dirpath_create  702 orte/mca/filem/raw/filem_raw_module.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(path, S_IRWXU))) {
opal_os_dirpath_create 1045 orte/mca/filem/raw/filem_raw_module.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(tmp, S_IRWXU))) {
opal_os_dirpath_create  330 orte/mca/iof/base/iof_base_setup.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(outdir, S_IRWXU|S_IRGRP|S_IXGRP))) {
opal_os_dirpath_create 1319 orte/mca/schizo/ompi/schizo_ompi.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(param, S_IRWXU))) {
opal_os_dirpath_create  619 orte/mca/sstore/central/sstore_central_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
opal_os_dirpath_create 1036 orte/mca/sstore/central/sstore_central_global.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(dir_name, my_mode)) ) {
opal_os_dirpath_create  599 orte/mca/sstore/stage/sstore_stage_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
opal_os_dirpath_create 1435 orte/mca/sstore/stage/sstore_stage_global.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(dir_name, my_mode)) ) {
opal_os_dirpath_create 1794 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(sstore_stage_local_basedir, my_mode)) ) {
opal_os_dirpath_create 1838 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(sstore_stage_cache_basedir, my_mode)) ) {
opal_os_dirpath_create 1900 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(cache_dirname, my_mode)) ) {
opal_os_dirpath_create 2042 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(*local_location, my_mode)) ) {
opal_os_dirpath_create  107 orte/util/session_dir.c     if (ORTE_SUCCESS != (ret = opal_os_dirpath_create(directory, my_mode))) {
opal_os_dirpath_create   88 test/util/opal_os_create_dirpath.c     if (OPAL_SUCCESS == opal_os_dirpath_create(NULL, S_IRWXU))
opal_os_dirpath_create  110 test/util/opal_os_create_dirpath.c     if (OPAL_SUCCESS != opal_os_dirpath_create(tmp, S_IRWXU)) {
opal_os_dirpath_create  117 test/util/opal_os_create_dirpath.c     if (OPAL_SUCCESS != opal_os_dirpath_create(tmp, S_IRWXU)) {
opal_os_dirpath_create  147 test/util/opal_os_create_dirpath.c     if (OPAL_SUCCESS != opal_os_dirpath_create(out, S_IRWXU)) {