Searched refs:DATA_APP_PATH (Results 1 – 1 of 1) sorted by relevance
38 const std::string DATA_APP_PATH = "/"; variable40 const std::string DATA_APP_PATH = "/data/"; variable67 if (fileName.substr(0, DATA_APP_PATH.length()) != DATA_APP_PATH) { in NotifyScriptParsed()