Home
last modified time | relevance | path

Searched refs:getAttributePathForTask (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h70 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h70 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h70 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h70 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h72 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h72 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h72 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h72 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h74 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h74 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h74 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h74 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h97 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h97 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/system/core/libprocessgroup/include/processgroup/
H A Dprocessgroup.h86 bool getAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h97 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h97 bool getAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/aosp_15_r20/out/soong/.intermediates/system/core/libprocessgroup/libprocessgroup/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/system/core/libprocessgroup/
Dprocessgroup.sdump288 "function_name" : "getAttributePathForTask",
/aosp_15_r20/system/core/libprocessgroup/
H A Dprocessgroup.cpp749 bool getAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path) { in getAttributePathForTask() function