Home
last modified time | relevance | path

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

/aosp_15_r20/art/artd/
H A Dpath_utils.cc250 Result<std::string> BuildWritableProfilePath(const WritableProfilePath& profile_path) { in BuildWritableProfilePath()
278 Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) { in BuildProfileOrDmPath()
306 bool PreRebootFlag(const ProfilePath& profile_path) { in PreRebootFlag()
H A Dartd.cc629 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable() local
789 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in deleteProfile() local
798 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileVisibility() local
834 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(profile)); in mergeProfiles() local
859 for (const std::string& profile_path : profile_paths) { in mergeProfiles() local
1018 std::optional<std::string> profile_path = in dexopt() local
1417 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileSize() local
H A Dpath_utils.h105 std::conditional_t<std::is_const_v<T>, bool, bool&> PreRebootFlag(T& profile_path) { in PreRebootFlag()
/aosp_15_r20/external/autotest/client/cros/networking/
H A 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
/aosp_15_r20/external/libcups/scheduler/
H A 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()
/aosp_15_r20/external/cronet/components/metrics/structured/test/
H A Dtest_key_data_provider.cc131 void TestKeyDataProvider::OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded()
/aosp_15_r20/external/harfbuzz_ng/test/subset/
H A Dsubset_test_suite.py8 def __init__(self, font_path, profile_path, subset, instance, iup_optimize, options): argument
/aosp_15_r20/external/perfetto/python/tools/
H A Dcpu_profile.py484 def copy_profiles_to_destination(profile_target, profile_path): argument
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dtrace_to_pprof_integrationtest.cc58 std::string profile_path = out_dirname + "/" + filenames[0]; in ConvertTraceToPprof() local
/aosp_15_r20/external/perfetto/tools/
H A Dcpu_profile750 def copy_profiles_to_destination(profile_target, profile_path): argument
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/bootstrap/v3/
H A Dbootstrap.proto384 string profile_path = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Droutine.rs39 let mut profile_path = report_context.output_directory.clone(); in profile() localVariable
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dstructured_metrics_recorder_unittest.cc130 void OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp465 std::string profile_path = create_reference_profile_path(package_name, location, in open_reference_profile_as_unique_file() local