/aosp_15_r20/art/artd/ |
H A D | path_utils.cc | 250 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 D | artd.cc | 629 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 D | path_utils.h | 105 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 D | hermes_proxy.py | 202 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 D | colorman.c | 902 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 D | test_key_data_provider.cc | 131 void TestKeyDataProvider::OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded()
|
/aosp_15_r20/external/harfbuzz_ng/test/subset/ |
H A D | subset_test_suite.py | 8 def __init__(self, font_path, profile_path, subset, instance, iup_optimize, options): argument
|
/aosp_15_r20/external/perfetto/python/tools/ |
H A D | cpu_profile.py | 484 def copy_profiles_to_destination(profile_target, profile_path): argument
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | trace_to_pprof_integrationtest.cc | 58 std::string profile_path = out_dirname + "/" + filenames[0]; in ConvertTraceToPprof() local
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | cpu_profile | 750 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 D | bootstrap.proto | 384 string profile_path = 2; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | routine.rs | 39 let mut profile_path = report_context.output_directory.clone(); in profile() localVariable
|
/aosp_15_r20/external/cronet/components/metrics/structured/ |
H A D | structured_metrics_recorder_unittest.cc | 130 void OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded()
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 465 std::string profile_path = create_reference_profile_path(package_name, location, in open_reference_profile_as_unique_file() local
|