Searched refs:dataPath (Results 1 – 3 of 3) sorted by relevance
751 string dataPath = deviceTargetPath + "/data/"; in run_phases() local776 && (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()
316 static bool init_icu(const char* dataPath) { in init_icu() argument317 void* addr = mmapFile(dataPath); in init_icu()
2819 final String dataPath = pkg.getPkg() == null ? null :2823 if (pkg.getPkg() == null || dataPath == null) {2843 if (dataPath.indexOf(' ') >= 0)2871 sb.append(dataPath);