Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dutil_osx.c37 CFDictionaryRef dict; in get_my_path() local
/system/core/adb/
Dget_my_path_darwin.c24 CFDictionaryRef dict; in get_my_path() local
/system/core/libsync/tests/
Dsync_test.cpp551 template <typename K, typename V> using dict = unordered_map<K,V>; typedef