Home
last modified time | relevance | path

Searched refs:buildPaths (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp308 bool buildPaths(bool checkExistence, std::string* ErrMsg) { in buildPaths() function
353 if (buildPaths(false, ErrMsg)) in doPrint()
405 if (buildPaths(false, ErrMsg)) in doDisplayTable()
443 if (buildPaths(false, ErrMsg)) in doExtract()
486 if (buildPaths(false, ErrMsg)) in doDelete()
519 if (buildPaths(false, ErrMsg)) in doMove()
573 if (buildPaths(true, ErrMsg)) in doQuickAppend()
599 if (buildPaths(true, ErrMsg)) in doReplaceOrInsert()
/external/cldr/tools/java/org/unicode/cldr/util/
DEmoji.java153 return NAME_PATHS != null ? NAME_PATHS : (NAME_PATHS = buildPaths(TYPE_TTS)); in getNamePaths()
157 return KEYWORD_PATHS != null ? KEYWORD_PATHS : (KEYWORD_PATHS = buildPaths("")); in getKeywordPaths()
160 private static ImmutableSet<String> buildPaths(String suffix) { in buildPaths() method in Emoji