Searched refs:pkg_generateLibraryFile (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 94 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… 786 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath); in pkg_executeOptions() 1368 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… in pkg_generateLibraryFile() function 1573 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode() 1793 …result = pkg_generateLibraryFile(targetDir, mode, buffer, cmd, (o->pdsbuild && IN_DLL_MODE(mode))); in pkg_createWithoutAssemblyCode() 1795 result = pkg_generateLibraryFile(targetDir,mode, buffer, cmd); in pkg_createWithoutAssemblyCode()
|
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 92 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… 784 result = pkg_generateLibraryFile(targetDir, mode, gencFilePath); in pkg_executeOptions() 1366 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFi… in pkg_generateLibraryFile() function 1571 return pkg_generateLibraryFile(targetDir, mode, tempObjectFile); in pkg_createWithAssemblyCode() 1791 …result = pkg_generateLibraryFile(targetDir, mode, buffer, cmd, (o->pdsbuild && IN_DLL_MODE(mode))); in pkg_createWithoutAssemblyCode() 1793 result = pkg_generateLibraryFile(targetDir,mode, buffer, cmd); in pkg_createWithoutAssemblyCode()
|