Searched refs:relative_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/vr/performanced/ |
D | task.cpp | 66 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()
|
D | cpu_set.cpp | 213 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/ |
D | InstalldNativeService.cpp | 2705 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/ |
D | current.txt | 38843 field public static final String RELATIVE_PATH = "relative_path";
|
/frameworks/base/api/ |
D | current.txt | 38987 field public static final String RELATIVE_PATH = "relative_path";
|