Home
last modified time | relevance | path

Searched refs:kvs_get (Results 1 – 4 of 4) sorted by relevance

/system/ulib/kvstore/include/kvstore/
A Dkvstore.h56 const char* kvs_get(kvstore_t* kvs, const char* key, const char* fallback);
/system/uapp/sysconfig/
A Dsysconfig.c89 const char* new_value = kvs_get(kvs, key, NULL); in copy_func()
210 const char* value = kvs_get(&old_kvs, key, ""); in main()
/system/ulib/kvstore/
A Dkvstore.c158 const char* kvs_get(kvstore_t* kvs, const char* key, const char* fallback) { in kvs_get() function
A Dkvstore-test.c42 const char* out = kvs_get(kvs, key, NULL); in kvs_check()

Completed in 4 milliseconds