Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
74 HNP_LOGE("sprintf install bin src file unsuccess.");
91 HNP_LOGE("sprintf install bin dst file unsuccess.");
122 HNP_LOGI("soft link bin file:%{public}s not exist", srcPath);
143 HNP_LOGE("sprintf install bin src file unsuccess.");
150 HNP_LOGE("sprintf install bin dst file unsuccess.");
405 HNP_LOGI("hnp install start now! src file=%{public}s, dst path=%{public}s", srcFile, hnpInfo->hnpBasePath);
467 static bool HnpFileCheck(const char *file)
470 int len = strlen(file);
472 if ((len >= suffixLen) && (strcmp(file + len - suffixLen, suffix) == 0)) {