Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 12 of 12) sorted by relevance

/system/core/diagnose_usb/
Ddiagnose_usb.cpp86 std::string problem(GetUdevProblem()); in UsbNoPermissionsShortHelpText() local
87 if (!problem.empty()) help_text += " (" + problem + ")"; in UsbNoPermissionsShortHelpText()
99 std::string problem(GetUdevProblem()); in UsbNoPermissionsLongHelpText() local
100 if (!problem.empty()) header += ": " + problem; in UsbNoPermissionsLongHelpText()
/system/tools/hidl/test/vendor/1.0/
DIVendor.hal42 IVendor problem;
/system/sepolicy/private/
Dhal_neverallows.te68 # This is a problem because
Dsystem_server.te1323 # Prevent the addition of new file execs to stop the problem from
Ddomain.te797 # old platforms shouldn't be regarded as a problem.
/system/logging/logd/
DREADME.compression.md3 ## The problem
/system/core/fs_mgr/libfiemap/
DREADME.md36 We break the problem down into three scenarios.
/system/logging/liblog/
DREADME.md155 the problem(s) worse and cause your application to temporarily drop to the logger daemon priority,
/system/extras/simpleperf/doc/
DREADME.md167 For the missing stack data problem:
191 For the missing DWARF call frame info problem:
Dcollect_etm_data_for_autofdo.md239 ### A possible problem: trace_id mismatch
/system/unwinding/libunwindstack/
DAndroidVersions.md106 executable PT\_LOAD program header. This has only ever been a problem
/system/update_engine/
Dpylintrc222 # (2) URLs in comments or pydocs. Detecting URLs by regex is a hard problem and