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

/macosx-10.10/cups-408/cups/scheduler/
H A Dcolorman.c128 const char *profile_path,
903 const char *profile_path; /* Profile path */ local
979 for (profile_path = cupsArrayFirst(profiles);
980 profile_path;
981 profile_path = cupsArrayNext(profiles))
983 colord_device_add_profile(device_path, profile_path, relation);
1021 const char *profile_path; /* Device object path */ local
1085 dbus_message_iter_get_basic(&args, &profile_path);
1086 cupsdLogMessage(CUPSD_LOG_DEBUG, "Created profile \"%s\".", profile_path);
1087 cupsArrayAdd(profiles, strdup(profile_path));
1171 colord_device_add_profile( const char *device_path, const char *profile_path, const char *relation) argument
[all...]
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign_wrapper.c487 load_profile(const char *profile_path) argument
494 CFDataRef message = cfdata_read_file(profile_path);
896 char profile_path[_POSIX_PATH_MAX] = {}; local
897 snprintf(profile_path, sizeof(profile_path), "%s/embedded.mobileprovision", argv[arg_index_files]);
898 CFDictionaryRef profile = load_profile(profile_path);
899 require_action(profile, out, log("Failed to load provision profile from: %s", profile_path));
906 require_noerr(unlink(profile_path), out);

Completed in 122 milliseconds