Searched refs:tmpdir (Results 1 - 2 of 2) 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.c344 char tmpdir[PATH_MAX]; local
356 if (create_user_path(tmpdir, 0) == 0) {
357 //ALOGI("adding cache files from %s\n", tmpdir);
358 add_cache_files(cache, tmpdir, "cache");
362 snprintf(tmpdir, sizeof(tmpdir), "%s%s", android_data_dir.path,
364 dirpos = tmpdir + strlen(tmpdir);
365 d = opendir(tmpdir);
375 if ((strlen(name)+(dirpos-tmpdir)) < (sizeo
[all...]

Completed in 908 milliseconds