Searched refs:tmpdir (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.c310 char tmpdir[PATH_MAX]; local
322 if (create_user_path(tmpdir, 0) == 0) {
323 //ALOGI("adding cache files from %s\n", tmpdir);
324 add_cache_files(cache, tmpdir, "cache");
328 snprintf(tmpdir, sizeof(tmpdir), "%s%s", android_data_dir.path,
330 dirpos = tmpdir + strlen(tmpdir);
331 d = opendir(tmpdir);
341 if ((strlen(name)+(dirpos-tmpdir)) < (sizeo
[all...]
/frameworks/base/tests/CoreTests/
H A Drun_core_test.sh5 -Djava.io.tmpdir=/sdcard/tmp \

Completed in 69 milliseconds