OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_context
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/attr/
libattr.h
25
struct
error_context
;
28
int (*) (const char *, struct
error_context
*),
29
struct
error_context
*);
31
int (*) (const char *, struct
error_context
*),
32
struct
error_context
*);
35
extern int attr_copy_check_permissions(const char *, struct
error_context
*);
40
extern int attr_copy_action(const char *, struct
error_context
*);
error_context.h
25
struct
error_context
{
struct
27
void (*error) (struct
error_context
*, const char *, ...);
30
const char *(*quote) (struct
error_context
*, const char *);
33
void (*quote_free) (struct
error_context
*, const char *);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
libattr.h
25
struct
error_context
;
28
int (*) (const char *, struct
error_context
*),
29
struct
error_context
*);
31
int (*) (const char *, struct
error_context
*),
32
struct
error_context
*);
35
extern int attr_copy_check_permissions(const char *, struct
error_context
*);
40
extern int attr_copy_action(const char *, struct
error_context
*);
error_context.h
25
struct
error_context
{
struct
27
void (*error) (struct
error_context
*, const char *, ...);
30
const char *(*quote) (struct
error_context
*, const char *);
33
void (*quote_free) (struct
error_context
*, const char *);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/acl/
libacl.h
68
struct
error_context
;
70
struct
error_context
*);
72
struct
error_context
*);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/acl/
libacl.h
68
struct
error_context
;
70
struct
error_context
*);
72
struct
error_context
*);
/external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc
241
BG_ERROR_CONTEXT
error_context
= BG_ERROR_CONTEXT_NONE;
243
hr = copy_error->GetError(&
error_context
, &error_code);
Completed in 185 milliseconds