Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp38 const std::string DATA_APP_PATH = "/"; variable
40 const std::string DATA_APP_PATH = "/data/"; variable
67 if (fileName.substr(0, DATA_APP_PATH.length()) != DATA_APP_PATH) { in NotifyScriptParsed()