Home
last modified time | relevance | path

Searched defs:path1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/unittests/
DUniqueGCFactoryBaseTest.cpp68 sys::fs::Path path1(TOPDIR), path2(TOPDIR); in TEST_F() local
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp290 std::string JoinPath(const std::string &path1, const std::string &path2) { in JoinPath()
/frameworks/base/graphics/java/android/graphics/
DPath.java161 public boolean op(Path path1, Path path2, Op op) { in op()
830 private static native boolean native_op(long path1, long path2, int op, long result); in native_op()