HomeSort by relevance Sort by last modified time
    Searched full:dir_type (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/base/
path_service_unittest.cc 28 bool ReturnsValidPath(int dir_type) {
30 bool result = PathService::Get(dir_type, &path);
38 if (dir_type == base::DIR_CACHE)
44 if (dir_type == base::DIR_USER_DESKTOP)
48 if (dir_type == base::DIR_DEFAULT_USER_QUICK_LAUNCH) {
59 } else if (dir_type == base::DIR_TASKBAR_PINS) {
66 if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE &&
67 dir_type != base::FILE_EXE && dir_type != base::FILE_MODULE)
    [all...]
  /external/chromium/base/
path_service_unittest.cc 21 bool ReturnsValidPath(int dir_type) {
23 bool result = PathService::Get(dir_type, &path);
27 if (dir_type == base::DIR_CACHE)
35 bool ReturnsInvalidPath(int dir_type) {
  /external/sepolicy/
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/openssl/openssl/crypto/x509/
by_dir.c 85 int dir_type; member in struct:lookup_dir_entry_st
251 ent->dir_type = type;
414 ent->dir_type)) == 0)
420 ent->dir_type)) == 0)
  /external/openssl/crypto/x509/
by_dir.c 85 int dir_type; member in struct:lookup_dir_entry_st
251 ent->dir_type = type;
408 ent->dir_type)) == 0)
414 ent->dir_type)) == 0)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 115 return Status.DIR_TYPE;
VoicemailContentTable.java 257 return Voicemails.DIR_TYPE;