Searched refs:dir_type (Results 1 – 4 of 4) sorted by relevance
26 bool ReturnsValidPath(int dir_type) { in ReturnsValidPath() argument28 bool result = PathService::Get(dir_type, &path); in ReturnsValidPath()36 if (dir_type == DIR_CACHE) in ReturnsValidPath()42 if (dir_type == DIR_USER_DESKTOP) in ReturnsValidPath()47 if (dir_type == DIR_ASSETS) in ReturnsValidPath()51 if (dir_type != DIR_EXE && dir_type != DIR_MODULE && dir_type != FILE_EXE && in ReturnsValidPath()52 dir_type != FILE_MODULE) { in ReturnsValidPath()67 bool ReturnsInvalidPath(int dir_type) { in ReturnsInvalidPath() argument69 bool result = PathService::Get(dir_type, &path); in ReturnsInvalidPath()
79 int dir_type; member232 ent->dir_type = type; in add_cert_dir()377 ent->dir_type)) == 0) in get_cert_by_subject()380 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject()
163 u16_t dir_type; /* enum bnxnvm_directory_type */ member