Home
last modified time | relevance | path

Searched refs:OpenFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/vr/performanced/
Dcpu_set.cpp205 return OpenFile(prefix_enabled_ ? "cpuset." + name : name); in OpenPropertyFile()
212 base::unique_fd CpuSet::OpenFile(const std::string& name, int flags) const { in OpenFile() function in android::dvr::CpuSet
236 auto file = OpenFile("tasks", O_RDWR); in AttachTask()
Dcpu_set.h47 base::unique_fd OpenFile(const std::string& name, int flags = O_RDONLY) const;
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go128 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
307 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)