OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_paths
(Results
1 - 5
of
5
) sorted by null
/external/libcxx/utils/libcxx/test/
executor.py
134
dev_paths
= [os.path.join(target_cwd, os.path.basename(f))
137
dsts.extend(
dev_paths
)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
executor.py
134
dev_paths
= [os.path.join(target_cwd, os.path.basename(f))
137
dsts.extend(
dev_paths
)
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_device.cpp
78
vector<string>
dev_paths
= {"/dev/graphics/fb", "/dev/fb"};
local
79
for (size_t i = 0; i <
dev_paths
.size(); i++) {
80
dev_paths
[i] += to_string(fb_node_index_);
81
if (Sys::access_(
dev_paths
[i].c_str(), F_OK) >= 0) {
82
dev_name =
dev_paths
[i].c_str();
87
DLOGI("access(%s), errno = %d, error = %s",
dev_paths
[i].c_str(), errno, strerror(errno));
[
all
...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_device.cpp
78
vector<string>
dev_paths
= {"/dev/graphics/fb", "/dev/fb"};
local
79
for (size_t i = 0; i <
dev_paths
.size(); i++) {
80
dev_paths
[i] += to_string(fb_node_index_);
81
if (Sys::access_(
dev_paths
[i].c_str(), F_OK) >= 0) {
82
dev_name =
dev_paths
[i].c_str();
87
DLOGI("access(%s), errno = %d, error = %s",
dev_paths
[i].c_str(), errno, strerror(errno));
[
all
...]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp
79
vector<string>
dev_paths
= {"/dev/graphics/fb", "/dev/fb"};
local
80
for (size_t i = 0; i <
dev_paths
.size(); i++) {
81
dev_paths
[i] += to_string(fb_node_index_);
82
if (Sys::access_(
dev_paths
[i].c_str(), F_OK) >= 0) {
83
dev_name =
dev_paths
[i].c_str();
88
DLOGI("access(%s), errno = %d, error = %s",
dev_paths
[i].c_str(), errno, strerror(errno));
[
all
...]
Completed in 603 milliseconds