Home
last modified time | relevance | path

Searched refs:dtop_check_writefile_access (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/dataservices/datatop/src/
Ddatatop_opt.c121 if (dtop_check_writefile_access(optarg) == VALID) { in dtop_parse_cli_opts()
130 if (dtop_check_writefile_access(optarg) == VALID) in dtop_parse_cli_opts()
Ddatatop_fileops.h44 int dtop_check_writefile_access(char *fw);
Ddatatop_fileops.c101 int dtop_check_writefile_access(char *fw) in dtop_check_writefile_access() function