Home
last modified time | relevance | path

Searched defs:target_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Dpermission.rs267 let target_context = getcon().context("check_keystore_permission: getcon failed.")?; in check_keystore_permission() localVariable
290 let target_context = match key.domain { in check_grant_permission() localVariable
359 let target_context = match key.domain { in check_key_permission() localVariable
/aosp_15_r20/system/core/init/
H A Dproperty_service.cpp158 const char* target_context = nullptr; in CanReadProperty() local
173 static bool CheckMacPerms(const std::string& name, const char* target_context, in CheckMacPerms()
524 const char* target_context = nullptr; in CheckPermissions() local
H A Dcheck_builtins.cpp208 const char* target_context = nullptr; in check_setprop() local
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr_vendor_overlay.cpp75 const auto target_context = fs_mgr_get_context(vendor_mount_point); in fs_mgr_vendor_overlay_mount() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc450 InferenceContext* target_context, const Node* node, int dst_idx, in ConstantPartialShape()