Home
last modified time | relevance | path

Searched refs:dataPath (Results 1 – 5 of 5) 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.cpp751 string dataPath = deviceTargetPath + "/data/"; in run_phases() local
776 && (starts_with(file, dataPath) || starts_with(file, testPath))) { in run_phases()
783 if (target->module.HasClass(NATIVE_TESTS) && starts_with(file, dataPath)) { in run_phases()
946 if (!starts_with(filename, dataPath)) { in run_phases()
1010 && (starts_with(filename, dataPath) || starts_with(filename, testPath)))) { in run_phases()
/frameworks/base/core/jni/platform/host/
DHostRuntime.cpp312 static bool init_icu(const char* dataPath) { in init_icu() argument
313 void* addr = mmapFile(dataPath); in init_icu()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3031 final String dataPath = dataDir == null ? "null" : dataDir.getAbsolutePath();
3041 if (dataPath.indexOf(' ') >= 0)
3069 sb.append(dataPath);