Home
last modified time | relevance | path

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

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