Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/utils/
Dese_config.cpp34 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/", "/etc/"}; in findConfigPath() local
37 for (string path : search_path) { in findConfigPath()