Searched refs:pkg_createSymLinks (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
D | pkgdata.cpp | 79 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE); 815 result = pkg_createSymLinks(targetDir, o->pdsbuild); in pkg_executeOptions() 817 result = pkg_createSymLinks(targetDir, noVersion); in pkg_executeOptions() 1041 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks() function 1199 return pkg_createSymLinks(installDir, TRUE); in pkg_installLibrary()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 79 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=false); 815 result = pkg_createSymLinks(targetDir, o->pdsbuild); in pkg_executeOptions() 817 result = pkg_createSymLinks(targetDir, noVersion); in pkg_executeOptions() 1041 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks() function 1199 return pkg_createSymLinks(installDir, true); in pkg_installLibrary()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 79 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=false); 818 result = pkg_createSymLinks(targetDir, o->pdsbuild); in pkg_executeOptions() 820 result = pkg_createSymLinks(targetDir, noVersion); in pkg_executeOptions() 1044 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling) { in pkg_createSymLinks() function 1202 return pkg_createSymLinks(installDir, true); in pkg_installLibrary()
|