Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.cpp434 char keyPaths[][BUF_SIZE_SMALL] = { "/root/.harmony/hdckey.pub" }; in LoadDaemonKey() local
436 char keyPaths[][BUF_SIZE_SMALL] = { "/hdc_keys", "/data/misc/hdc/hdc_keys" }; in LoadDaemonKey()
438 int num = sizeof(keyPaths) / sizeof(keyPaths[0]); in LoadDaemonKey()
442 char *p = keyPaths[i]; in LoadDaemonKey()