Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Derrors.hpp107 path_error, enumerator
155 { /*ERROR_DIRECTORY*/267L, path_error },
156 { /*ERROR_INVALID_NAME*/123L, path_error },
177 { ENAMETOOLONG, path_error },
/third_party/python/Lib/idlelib/idle_test/
Dtest_query.py205 self.path_error = {'text': ''}
207 self.path_error['text'] = message
217 self.assertIn('no help file', dialog.path_error['text'])
222 self.assertIn('not exist', dialog.path_error['text'])
231 self.assertEqual(dialog.path_error['text'], '')
240 self.assertEqual(dialog.path_error['text'], '')
249 path_error = {} variable in HelpsourceEntryokTest.Dummy_HelpSource
/third_party/python/Lib/idlelib/
Dquery.py271 self.path_error = Label(frame, text=' ', foreground='red',
279 self.path_error.grid(column=0, row=12, columnspan=3, padx=5,
317 self.showerror('no help file path specified.', self.path_error)
324 self.path_error)
332 self.path_error['text'] = ''
/third_party/mindspore/mindspore/profiler/parser/
Dminddata_analyzer.py134 except RuntimeError as path_error:
136 raise ProfilerPathErrorException(dir_type + 'is invalid.') from path_error
254 except RuntimeError as path_error:
256 raise ProfilerPathErrorException('Output path is invalid.') from path_error
/third_party/python/Modules/
Dposixmodule.c1738 path_error(path_t *path) in path_error() function
2556 return path_error(path); in posix_do_stat()
3160 return path_error(path); in os_chdir_impl()
3265 return path_error(path); in os_chmod_impl()
3333 return path_error(path); in os_chmod_impl()
3402 path_error(path); in os_lchmod_impl()
3454 return path_error(path); in os_chflags_impl()
3486 return path_error(path); in os_lchflags_impl()
3511 return path_error(path); in os_chroot_impl()
3675 return path_error(path); in os_chown_impl()
[all …]