Searched refs:defaultPath (Results 1 – 3 of 3) sorted by relevance
101 float[] defaultPath = {10.0f, 110.0f, in getRegion() local105 ret = new Region(Arrays.copyOf(defaultPath, defaultPath.length), img); in getRegion()
310 std::string defaultPath = location + '/' + DEFAULT_NAME; in parse() local311 if (access(defaultPath.c_str(), R_OK) != 0) { in parse()314 auto result = parseWithPath(std::move(defaultPath)); in parse()
1196 static File getDirectory(String variableName, String defaultPath) { in getDirectory() argument1198 return path == null ? new File(defaultPath) : new File(path); in getDirectory()