Searched refs:dir_type (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/base/ |
D | path_service_unittest.cc | 28 bool ReturnsValidPath(int dir_type) { in ReturnsValidPath() argument 30 bool result = PathService::Get(dir_type, &path); in ReturnsValidPath() 38 if (dir_type == base::DIR_CACHE) in ReturnsValidPath() 44 if (dir_type == base::DIR_USER_DESKTOP) in ReturnsValidPath() 48 if (dir_type == base::DIR_DEFAULT_USER_QUICK_LAUNCH) { in ReturnsValidPath() 59 } else if (dir_type == base::DIR_TASKBAR_PINS) { in ReturnsValidPath() 66 if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE && in ReturnsValidPath() 67 dir_type != base::FILE_EXE && dir_type != base::FILE_MODULE) { in ReturnsValidPath() 83 bool ReturnsInvalidPath(int dir_type) { in ReturnsInvalidPath() argument 85 bool result = PathService::Get(dir_type, &path); in ReturnsInvalidPath()
|
/external/chromium/base/ |
D | path_service_unittest.cc | 21 bool ReturnsValidPath(int dir_type) { in ReturnsValidPath() argument 23 bool result = PathService::Get(dir_type, &path); in ReturnsValidPath() 27 if (dir_type == base::DIR_CACHE) in ReturnsValidPath() 35 bool ReturnsInvalidPath(int dir_type) { in ReturnsInvalidPath() argument
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
D | by_dir.c | 85 int dir_type; member 251 ent->dir_type = type; in add_cert_dir() 414 ent->dir_type)) == 0) in get_cert_by_subject() 420 ent->dir_type)) == 0) in get_cert_by_subject()
|
/external/openssl/crypto/x509/ |
D | by_dir.c | 85 int dir_type; member 251 ent->dir_type = type; in add_cert_dir() 408 ent->dir_type)) == 0) in get_cert_by_subject() 414 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 },
|