Home
last modified time | relevance | path

Searched defs:profile_path (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/cros/networking/
Dhermes_proxy.py202 def get_profile_iccid(self, profile_path): argument
401 def install_pending_profile(self, profile_path, conf_code): argument
409 def uninstall_profile(self, profile_path): argument
/external/libcups/scheduler/
Dcolorman.c902 const char *profile_path; /* Profile path */ in colord_create_device() local
1020 const char *profile_path; /* Device object path */ in colord_create_profile() local
1172 const char *profile_path, /* I - Profile object path */ in colord_device_add_profile()
/external/cronet/components/metrics/structured/test/
Dtest_structured_metrics_provider.cc76 const base::FilePath& profile_path) { in OnProfileAdded()
/external/cronet/components/metrics/structured/
Drecorder.cc59 void Recorder::ProfileAdded(const base::FilePath& profile_path) { in ProfileAdded()
Dstructured_metrics_provider.cc152 const base::FilePath& profile_path) { in OnProfileAdded()
/external/harfbuzz_ng/test/subset/
Dsubset_test_suite.py8 def __init__(self, font_path, profile_path, subset, instance): argument
/external/perfetto/python/tools/
Dcpu_profile.py484 def copy_profiles_to_destination(profile_target, profile_path): argument
/external/perfetto/tools/
Dcpu_profile747 def copy_profiles_to_destination(profile_target, profile_path): argument
/external/rust/crates/criterion/src/
Droutine.rs39 let mut profile_path = report_context.output_directory.clone(); in profile() localVariable