Home
last modified time | relevance | path

Searched refs:publicPath (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c670 char publicPath[MAX_FILE_PATH_LEN] = {0}; in SetHnpRestorecon() local
671 if (sprintf_s(publicPath, MAX_FILE_PATH_LEN, "%s/hnppublic", path) < 0) { in SetHnpRestorecon()
676 if (access(publicPath, F_OK) != 0) { in SetHnpRestorecon()
677 ret = mkdir(publicPath, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in SetHnpRestorecon()
684 if (RestoreconRecurse(publicPath)) { in SetHnpRestorecon()

Completed in 2 milliseconds