Lines Matching refs:file
271 * This function stores the input buf to a local file, whose file path
276 * Note that the backend will later read the file from the same file path.
428 * This function parses the GPT_INI file stored in the gpo_cache, and uses the
521 * This function uses the input smb uri components to download a sysvol file
522 * (e.g. INI file, policy file, etc) and store it to the GPO_CACHE directory.
532 SMBCFILE *file;
555 file = smbc_getFunctionOpen(smbc_ctx)(smbc_ctx, smb_uri, O_RDONLY, 0755);
556 if (file == NULL) {
571 buflen = smbc_getFunctionRead(smbc_ctx)(smbc_ctx, file, buf, SMB_BUFFER_SIZE);
598 * - it downloads the GPT_INI file to GPO_CACHE
599 * - it parses the sysvol_gpt_version field from the GPT_INI file
601 * - it downloads the policy file to GPO_CACHE
603 * - it doesn't retrieve the policy file
604 * - in this case, the backend will use the existing policy file in GPO_CACHE
614 * - backend will read the policy file from the GPO_CACHE
646 /* download ini file */
659 "Cannot parse ini file: [%d][%s]\n", ret, strerror(ret));
666 /* download policy file */
709 _("An open file descriptor for the debug logs"), NULL},