Searched refs:lib_path_in (Results 1 – 1 of 1) sorted by relevance
109 int checkLibraryPath(const char *lib_path_in, char *lib_path_out) { in checkLibraryPath() argument114 if (lib_path_in == NULL || lib_path_out == NULL) { in checkLibraryPath()118 strlcpy(lib_path_out, lib_path_in, PATH_MAX); in checkLibraryPath()128 lib_name = lib_path_in + len + strlen("/lib/soundfx/"); in checkLibraryPath()141 ALOGW_IF(strncmp(lib_path_out, lib_path_in, PATH_MAX) != 0, in checkLibraryPath()142 "checkLibraryPath() corrected library path %s to %s", lib_path_in, lib_path_out); in checkLibraryPath()