Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 5 of 5) 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.cpp213 const std::string relative_path = "./" + name; in OpenFile() local
215 openat(cpuset_fd_.get(), relative_path.c_str(), flags)); in OpenFile()
219 const std::string relative_path = "./" + name; in OpenFilePointer() local
220 base::unique_fd fd(openat(cpuset_fd_.get(), relative_path.c_str(), flags)); in OpenFilePointer()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2705 const char* relative_path = relativePath.c_str(); in linkFile() local
2710 snprintf(from_path, PKG_PATH_MAX, "%s/%s", from_base, relative_path); in linkFile()
2711 snprintf(to_path, PKG_PATH_MAX, "%s/%s", to_base, relative_path); in linkFile()
/frameworks/base/non-updatable-api/
Dcurrent.txt38843 field public static final String RELATIVE_PATH = "relative_path";
/frameworks/base/api/
Dcurrent.txt38987 field public static final String RELATIVE_PATH = "relative_path";