my_mode           614 orte/mca/sstore/central/sstore_central_app.c     mode_t my_mode = S_IRWXU;
my_mode           619 orte/mca/sstore/central/sstore_central_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
my_mode          1028 orte/mca/sstore/central/sstore_central_global.c     mode_t my_mode = S_IRWXU;
my_mode          1036 orte/mca/sstore/central/sstore_central_global.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(dir_name, my_mode)) ) {
my_mode           594 orte/mca/sstore/stage/sstore_stage_app.c     mode_t my_mode = S_IRWXU;
my_mode           599 orte/mca/sstore/stage/sstore_stage_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
my_mode          1427 orte/mca/sstore/stage/sstore_stage_global.c     mode_t my_mode = S_IRWXU;
my_mode          1435 orte/mca/sstore/stage/sstore_stage_global.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(dir_name, my_mode)) ) {
my_mode          1792 orte/mca/sstore/stage/sstore_stage_local.c     mode_t my_mode = S_IRWXU;
my_mode          1794 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(sstore_stage_local_basedir, my_mode)) ) {
my_mode          1831 orte/mca/sstore/stage/sstore_stage_local.c     mode_t my_mode = S_IRWXU;
my_mode          1838 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(sstore_stage_cache_basedir, my_mode)) ) {
my_mode          1871 orte/mca/sstore/stage/sstore_stage_local.c     mode_t my_mode = S_IRWXU;
my_mode          1900 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(cache_dirname, my_mode)) ) {
my_mode          1983 orte/mca/sstore/stage/sstore_stage_local.c     mode_t my_mode = S_IRWXU;
my_mode          2042 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(*local_location, my_mode)) ) {
my_mode            88 orte/util/session_dir.c     mode_t my_mode = S_IRWXU;  /* I'm looking for full rights */
my_mode            94 orte/util/session_dir.c         (ret = opal_os_dirpath_access(directory, my_mode)) ) {
my_mode           107 orte/util/session_dir.c     if (ORTE_SUCCESS != (ret = opal_os_dirpath_create(directory, my_mode))) {