Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 3 of 3) sorted by relevance

/device/google/gs101/
Dtask_profiles.json10 "FilePath": "/proc/vendor_sched/set_task_group_ta", string
25 "FilePath": "/proc/vendor_sched/set_task_group_cam", string
40 "FilePath": "/proc/vendor_sched/set_task_group_cam_power", string
55 "FilePath": "/proc/vendor_sched/set_task_group_dex2oat", string
70 "FilePath": "/proc/vendor_sched/set_task_group_ota", string
124 "FilePath": "/proc/vendor_sched/set_task_group_bg", string
139 "FilePath": "/proc/vendor_sched/set_task_group_sys", string
154 "FilePath": "/proc/vendor_sched/set_task_group_fg", string
169 "FilePath": "/proc/vendor_sched/set_task_group_ta", string
184 "FilePath": "/proc/vendor_sched/set_task_group_nnapi", string
[all …]
/device/google/gs201/
Dtask_profiles.json10 "FilePath": "/proc/vendor_sched/set_task_group_ta", string
25 "FilePath": "/proc/vendor_sched/set_task_group_cam", string
40 "FilePath": "/proc/vendor_sched/set_task_group_cam_power", string
55 "FilePath": "/proc/vendor_sched/set_task_group_dex2oat", string
70 "FilePath": "/proc/vendor_sched/set_task_group_ota", string
124 "FilePath": "/proc/vendor_sched/set_task_group_bg", string
139 "FilePath": "/proc/vendor_sched/set_task_group_sys", string
154 "FilePath": "/proc/vendor_sched/set_task_group_fg", string
169 "FilePath": "/proc/vendor_sched/set_task_group_ta", string
184 "FilePath": "/proc/vendor_sched/set_task_group_nnapi", string
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h66 FilePath() : pathname_("") { } in FilePath() function
67 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
69 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function