OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_name
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/
external_metrics.h
51
void RecordAction(const char*
action_name
);
/external/e2fsprogs/ext2ed/
dir_com.c
190
search_dir_entries, which accepts the
action_name
function as the client function.
192
4. search_dir_entries will scan the entire entries and will call our
action_name
function for each entry.
193
In
action_name
, the required name will be checked against the name of the current entry, and FOUND will be
257
info=search_dir_entries (&
action_name
,&status); /* Search for the entry. Answer in info. */
312
int
action_name
(struct struct_file_info *info)
function
ext2ed.h
382
int
action_name
(struct struct_file_info *info);
Completed in 386 milliseconds