Searched refs:dataPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheTracker.h47 void addDataPath(const std::string& dataPath);
H A DCacheTracker.cpp49 void CacheTracker::addDataPath(const std::string& dataPath) { argument
50 mDataPaths.push_back(dataPath);
/frameworks/base/tools/bit/
H A Dmain.cpp652 string dataPath = buildOut + "/target/product/" + buildDevice + "/data/"; local
672 if (starts_with(file, dataPath) && ends_with(file, ".apk")) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java2756 final String dataPath = ai.dataDir;
2761 if (dataPath.indexOf(' ') >= 0)
2769 // dataPath - path to package's data path
2785 sb.append(dataPath);

Completed in 1158 milliseconds