Home
last modified time | relevance | path

Searched refs:dir_type (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dpath_service_unittest.cc26 bool ReturnsValidPath(int dir_type) { in ReturnsValidPath() argument
28 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() argument
69 bool result = PathService::Get(dir_type, &path); in ReturnsInvalidPath()
/external/boringssl/src/crypto/x509/
Dby_dir.c79 int dir_type; member
232 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()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dby_dir.c79 int dir_type; member
232 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()
/external/arm-trusted-firmware/include/drivers/brcm/
Dchimp_nv_defs.h163 u16_t dir_type; /* enum bnxnvm_directory_type */ member