Searched refs:tmpdir (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/CoreTests/
H A Drun_core_test.sh5 -Djava.io.tmpdir=/sdcard/tmp \
/frameworks/native/cmds/installd/
H A Dcommands.cpp364 char tmpdir[PATH_MAX]; local
385 strcpy(tmpdir, _tmpdir.c_str());
387 dirpos = tmpdir + strlen(tmpdir);
388 d = opendir(tmpdir);
398 if ((strlen(name)+(dirpos-tmpdir)) < (sizeof(tmpdir)-1)) {
400 //ALOGI("adding cache files from %s\n", tmpdir);
401 add_cache_files(cache, tmpdir, "cache");
403 ALOGW("Path exceeds limit: %s%s", tmpdir, nam
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 150 milliseconds