OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_dir
(Results
1 - 13
of
13
) sorted by null
/external/skia/platform_tools/android/tests/
test_variables.py
16
ANDROID_DIR
= os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
19
BIN_DIR = os.path.join(
ANDROID_DIR
, 'bin')
22
GYP_GEN_DIR = os.path.join(
ANDROID_DIR
, 'gyp_gen')
android_framework_gyp_tests.py
19
sys.path.append(test_variables.
ANDROID_DIR
)
/external/libcxx/
run-tests.py
25
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
76
cmd = ['make', '-C',
ANDROID_DIR
, '-f', main_mk, 'all_modules']
87
lit_path = os.path.join(
ANDROID_DIR
, 'external/llvm/utils/lit/lit.py')
/external/deqp/android/scripts/
build.py
55
deqpDir = os.path.normpath(os.path.join(common.
ANDROID_DIR
, ".."))
103
manifestSrcPath = os.path.normpath(os.path.join(common.
ANDROID_DIR
, "package", "AndroidManifest.xml"))
122
"-Dsource.dir=" + os.path.join(common.
ANDROID_DIR
, "package", "src"),
123
"-Dresource.absolute.dir=" + os.path.join(common.
ANDROID_DIR
, "package", "res")
127
os.chdir(os.path.join(common.
ANDROID_DIR
, "package"))
147
def build (buildRoot=common.
ANDROID_DIR
, androidBuildType='debug', nativeBuildType="Release", javaApi=common.ANDROID_JAVA_API, doParallelBuild=False):
198
parser.add_argument('--build-root', dest='buildRoot', default=common.
ANDROID_DIR
, help="Root directory for storing build results.")
launch.py
34
os.chdir(common.
ANDROID_DIR
)
install.py
36
], common.
ANDROID_DIR
, printPrefix)
44
], common.
ANDROID_DIR
, printPrefix)
common.py
229
ANDROID_DIR
= os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
311
"
ANDROID_DIR
",
debug.py
87
debugDir = os.path.join(common.
ANDROID_DIR
, "debug")
/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);
/external/clang/
update-prebuilts.py
30
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
36
return os.path.join(
ANDROID_DIR
, *args)
/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);
/bionic/libc/kernel/tools/
generate_uapi_headers.sh
38
ANDROID_DIR
=""
Completed in 411 milliseconds