Searched refs:dir_type (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/base/ |
D | path_service_unittest.cc | 25 bool ReturnsValidPath(int dir_type) { in ReturnsValidPath() argument 27 bool result = PathService::Get(dir_type, &path); in ReturnsValidPath() 35 if (dir_type == base::DIR_CACHE) in ReturnsValidPath() 41 if (dir_type == base::DIR_USER_DESKTOP) in ReturnsValidPath() 45 if (dir_type == base::DIR_TASKBAR_PINS) { in ReturnsValidPath() 52 if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE && in ReturnsValidPath() 53 dir_type != base::FILE_EXE && dir_type != base::FILE_MODULE) { in ReturnsValidPath() 69 bool ReturnsInvalidPath(int dir_type) { in ReturnsInvalidPath() argument 71 bool result = PathService::Get(dir_type, &path); in ReturnsInvalidPath()
|
/external/openssl/crypto/x509/ |
D | by_dir.c | 85 int dir_type; member 251 ent->dir_type = type; in add_cert_dir() 406 ent->dir_type)) == 0) in get_cert_by_subject() 412 ent->dir_type)) == 0) in get_cert_by_subject()
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
D | by_dir.c | 77 int dir_type; member 243 ent->dir_type = type; in add_cert_dir() 403 ent->dir_type)) == 0) in get_cert_by_subject() 409 ent->dir_type)) == 0) in get_cert_by_subject()
|
/external/sepolicy/ |
D | te_macros | 36 # file_type_trans(domain, dir_type, file_type) 38 # directory labeled dir_type. 52 # file_type_auto_trans(domain, dir_type, file_type) 54 # they are created by domain in directories labeled dir_type.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 1142 dir_type(yasm_object *object, yasm_valparamhead *valparams, in dir_type() function 1280 { ".type", "gas", dir_type, YASM_DIR_ID_REQUIRED }, 1284 { "type", "nasm", dir_type, YASM_DIR_ID_REQUIRED },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 1956 dir_type(yasm_object *object, yasm_valparamhead *valparams, in dir_type() function 2349 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED }, 2388 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED }, 2438 { ".type", "gas", dir_type, YASM_DIR_ARG_REQUIRED },
|