Searched refs:configFile (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/workloads/
H A Dpwrtest.sh44 echo "-f configFile : config file to override individual test times"
73 configFile=$2;
74 echo "Reading configs from $configFile..."
75 . ./$configFile
/system/core/libnativeloader/
H A Dnative_loader.cpp369 bool ReadConfig(const std::string& configFile, std::vector<std::string>* sonames, argument
373 if(!base::ReadFileToString(configFile, &file_content)) {

Completed in 57 milliseconds