Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DUniqueGCFactoryBaseTest.cpp68 sys::fs::Path path1(TOPDIR), path2(TOPDIR); in TEST_F() local
/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp72 const std::string path1 = BuildPath({kResDir, "drawable", "image.png"}); 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/av/media/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp81 float getFileSizeDiffPercent(const char* path1, const char* path2, bool absolute = false) { in getFileSizeDiffPercent()
/frameworks/base/graphics/java/android/graphics/
DPath.java194 public boolean op(@NonNull Path path1, @NonNull Path path2, @NonNull Op op) { in op()
869 private static native boolean nOp(long path1, long path2, int op, long result); in nOp()