Home
last modified time | relevance | path

Searched defs:profile_dir (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tpm2-tss/dist/
H A Dfapi-config.json.in3 "profile_dir": "@sysconfdir@/tpm2-tss/fapi-profiles/", string
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_config.h22 char *profile_dir; member
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/
H A Dprofile_context.py150 profile_dir, argument
H A Dmodel_analyzer_test.py579 memory_step, profile_dir, dump_step): argument
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.cpp366 std::string profile_dir = create_primary_current_profile_package_dir_path( in create_current_profile_path() local
384 std::string profile_dir = create_primary_reference_profile_package_dir_path(package_name); in create_reference_profile_path() local
H A DInstalldNativeService.cpp645 const std::string profile_dir = in prepare_app_profile_dir() local
719 const std::string profile_dir = in chown_app_profile_dir() local
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1509 void UpdateAndroidProfilesDir(const std::string& profile_dir) { in UpdateAndroidProfilesDir()