Searched refs:ancestor (Results 1 – 3 of 3) sorted by relevance
80 uint32_t ancestor = packed_locale; in findAncestors() local83 if (out != nullptr) out[count] = ancestor; in findAncestors()86 if (stop_list[i] == ancestor) { in findAncestors()91 ancestor = findParent(ancestor, script); in findAncestors()92 } while (ancestor != PACKED_ROOT); in findAncestors()
2974 File ancestor = new File("."); in getTestDataDir() local2976 ancestor = ancestor.getCanonicalFile(); in getTestDataDir()2981 while (ancestor != null && ancestor.exists()) { in getTestDataDir()2982 if (new File(ancestor, "src/google/protobuf").exists()) { in getTestDataDir()2983 return new File(ancestor, "src/google/protobuf/testdata"); in getTestDataDir()2985 ancestor = ancestor.getParentFile(); in getTestDataDir()
3767 File ancestor = new File(System.getProperty("protobuf.dir", ".")); in getTestDataDir() local3768 String initialPath = ancestor.getAbsolutePath(); in getTestDataDir()3770 ancestor = ancestor.getCanonicalFile(); in getTestDataDir()3775 while (ancestor != null && ancestor.exists()) { in getTestDataDir()3776 if (new File(ancestor, "src/google/protobuf").exists()) { in getTestDataDir()3777 return new File(ancestor, "src/google/protobuf/testdata"); in getTestDataDir()3779 ancestor = ancestor.getParentFile(); in getTestDataDir()