Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dtask.cpp66 const std::string relative_path = "./" + name; in OpenTaskFile() local
68 openat(task_fd_.get(), relative_path.c_str(), O_RDONLY)); in OpenTaskFile()
72 const std::string relative_path = "./" + name; in OpenTaskFilePointer() local
73 base::unique_fd fd(openat(task_fd_.get(), relative_path.c_str(), O_RDONLY)); in OpenTaskFilePointer()
Dcpu_set.cpp217 const std::string relative_path = "./" + name; in OpenFile() local
219 openat(cpuset_fd_.get(), relative_path.c_str(), flags)); in OpenFile()
223 const std::string relative_path = "./" + name; in OpenFilePointer() local
224 base::unique_fd fd(openat(cpuset_fd_.get(), relative_path.c_str(), flags)); in OpenFilePointer()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2246 const char* relative_path = relativePath.c_str(); in linkFile() local
2251 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path); in linkFile()
2252 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path); in linkFile()