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 25 bool ReturnsValidPath(int dir_type) {
27 bool result = PathService::Get(dir_type, &path);
35 if (dir_type == base::DIR_CACHE)
41 if (dir_type == base::DIR_USER_DESKTOP)
45 if (dir_type == base::DIR_TASKBAR_PINS) {
52 if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE &&
53 dir_type != base::FILE_EXE && dir_type != base::FILE_MODULE) {
69 bool ReturnsInvalidPath(int dir_type) {
    [all...]
  /external/openssl/crypto/x509/
by_dir.c 85 int dir_type; member in struct:lookup_dir_entry_st
251 ent->dir_type = type;
406 ent->dir_type)) == 0)
412 ent->dir_type)) == 0)
  /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/boringssl/src/crypto/x509/
by_dir.c 77 int dir_type; member in struct:lookup_dir_entry_st
243 ent->dir_type = type;
403 ent->dir_type)) == 0)
409 ent->dir_type)) == 0)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 115 return Status.DIR_TYPE;
VoicemailContentTable.java 259 return Voicemails.DIR_TYPE;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 143 assertEquals(Voicemails.DIR_TYPE, mResolver.getType(Voicemails.CONTENT_URI));
144 assertEquals(Voicemails.DIR_TYPE, mResolver.getType(Voicemails.buildSourceUri("foo")));
532 assertEquals(Status.DIR_TYPE, mResolver.getType(Status.CONTENT_URI));
533 assertEquals(Status.DIR_TYPE, mResolver.getType(Status.buildSourceUri("foo")));
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 117 public static final String DIR_TYPE = "vnd.android.cursor.dir/voicemails";
217 public static final String DIR_TYPE = "vnd.android.cursor.dir/voicemail.source.status";
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 1142 dir_type(yasm_object *object, yasm_valparamhead *valparams, function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1956 dir_type(yasm_object *object, yasm_valparamhead *valparams, function
    [all...]
  /packages/experimental/SELinux/CTS/src/
example_input_policy.conf     [all...]

Completed in 1588 milliseconds