Searched refs:tmpdir (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 344 char tmpdir[PATH_MAX]; in free_cache() local 356 if (create_user_path(tmpdir, 0) == 0) { in free_cache() 358 add_cache_files(cache, tmpdir, "cache"); in free_cache() 362 snprintf(tmpdir, sizeof(tmpdir), "%s%s", android_data_dir.path, in free_cache() 364 dirpos = tmpdir + strlen(tmpdir); in free_cache() 365 d = opendir(tmpdir); in free_cache() 375 if ((strlen(name)+(dirpos-tmpdir)) < (sizeof(tmpdir)-1)) { in free_cache() 378 add_cache_files(cache, tmpdir, "cache"); in free_cache() 380 ALOGW("Path exceeds limit: %s%s", tmpdir, name); in free_cache() 389 strcpy(tmpdir, android_media_dir.path); in free_cache() [all …]
|
/frameworks/base/tests/CoreTests/ |
D | run_core_test.sh | 5 -Djava.io.tmpdir=/sdcard/tmp \
|