Searched refs:dataPath (Results 1 – 4 of 4) sorted by relevance
47 void addDataPath(const std::string& dataPath);
49 void CacheTracker::addDataPath(const std::string& dataPath) { in addDataPath() argument50 mDataPaths.push_back(dataPath); in addDataPath()
661 string dataPath = buildOut + "/target/product/" + buildDevice + "/data/"; in run_phases() local681 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()
2756 final String dataPath = ai.dataDir; in writePackageListLPr() local2761 if (dataPath.indexOf(' ') >= 0) in writePackageListLPr()2785 sb.append(dataPath); in writePackageListLPr()