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);
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()
312 static bool init_icu(const char* dataPath) { in init_icu() argument313 void* addr = mmapFile(dataPath); in init_icu()
3031 final String dataPath = dataDir == null ? "null" : dataDir.getAbsolutePath();3041 if (dataPath.indexOf(' ') >= 0)3069 sb.append(dataPath);