OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_dir
(Results
1 - 3
of
3
) sorted by null
/external/strace/maint/
ioctls_gen.sh
85
android_dir
="$inc_dir/../drivers/staging/android"
86
if [ -d "$
android_dir
/uapi" ]; then
87
"$mydir"/ioctls_sym.sh "$
android_dir
" staging/android >> ioctls_sym.h
/system/core/adb/
adb_auth_host.cpp
294
const std::string
android_dir
=
local
299
if (stat(
android_dir
.c_str(), &buf)) {
300
if (adb_mkdir(
android_dir
.c_str(), 0750) < 0) {
301
D("Cannot mkdir '%s'",
android_dir
.c_str());
307
android_dir
.c_str(), OS_PATH_SEPARATOR, ADB_KEY_FILE);
/system/core/init/
init.cpp
440
static const char
android_dir
[] = "/proc/device-tree/firmware/android";
local
442
std::string file_name = android::base::StringPrintf("%s/compatible",
android_dir
);
451
std::unique_ptr<DIR, int(*)(DIR*)>dir(opendir(
android_dir
), closedir);
460
file_name = android::base::StringPrintf("%s/%s",
android_dir
, dp->d_name);
Completed in 457 milliseconds