Searched refs:dataPath (Results 1 – 5 of 5) sorted by relevance
53 void CacheTracker::addDataPath(const std::string& dataPath) { in addDataPath() argument54 mDataPaths.push_back(dataPath); in addDataPath()
47 void addDataPath(const std::string& dataPath);
715 string dataPath = deviceTargetPath + "/data/"; in run_phases() local740 && (starts_with(file, dataPath) || starts_with(file, testPath))) { in run_phases()747 if (target->module.HasClass(NATIVE_TESTS) && starts_with(file, dataPath)) { in run_phases()910 if (!starts_with(filename, dataPath)) { in run_phases()974 && (starts_with(filename, dataPath) || starts_with(filename, testPath)))) { in run_phases()
312 static bool init_icu(const char* dataPath) { in init_icu() argument313 void* addr = mmapFile(dataPath); in init_icu()
2731 final String dataPath = pkg.getPkg() == null ? null :2735 if (pkg.getPkg() == null || dataPath == null) {2750 if (dataPath.indexOf(' ') >= 0)2778 sb.append(dataPath);