Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp53 void CacheTracker::addDataPath(const std::string& dataPath) { in addDataPath() argument
54 mDataPaths.push_back(dataPath); in addDataPath()
DCacheTracker.h47 void addDataPath(const std::string& dataPath);
/frameworks/base/tools/bit/
Dmain.cpp714 string dataPath = deviceTargetPath + "/data/"; in run_phases() local
737 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()
744 if (target->module.HasClass(NATIVE_TESTS) && starts_with(file, dataPath)) { in run_phases()
907 if (!starts_with(filename, dataPath)) { in run_phases()
970 if (!starts_with(filename, dataPath) || !ends_with(filename, ".apk")) { in run_phases()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java2688 final String dataPath = ai.dataDir; in writePackageListLPrInternal() local
2693 if (dataPath.indexOf(' ') >= 0) in writePackageListLPrInternal()
2718 sb.append(dataPath); in writePackageListLPrInternal()