HomeSort by relevance Sort by last modified time
    Searched refs:match_multi_entry (Results 1 - 3 of 3) sorted by null

  /system/vold/tests/
cryptfs_test.cpp 33 ASSERT_NE(0, match_multi_entry("foo", "foo", 0));
34 ASSERT_NE(0, match_multi_entry("foo_0", "foo", 0));
35 ASSERT_NE(0, match_multi_entry("foo_1", "foo", 0));
36 ASSERT_NE(0, match_multi_entry("foo_2", "foo", 0));
38 ASSERT_EQ(0, match_multi_entry("foo", "foo", 1));
39 ASSERT_EQ(0, match_multi_entry("foo_0", "foo", 1));
40 ASSERT_NE(0, match_multi_entry("foo_1", "foo", 1));
41 ASSERT_NE(0, match_multi_entry("foo_2", "foo", 1));
43 ASSERT_EQ(0, match_multi_entry("foo", "foo", 2));
44 ASSERT_EQ(0, match_multi_entry("foo_0", "foo", 2))
    [all...]
  /system/vold/
cryptfs.h 225 int match_multi_entry(const char* key, const char* field, unsigned index);
cryptfs.cpp 2628 int match_multi_entry(const char *key, const char *field, unsigned index) { function
    [all...]

Completed in 84 milliseconds