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

/frameworks/base/cmds/installd/
H A Dcommands.c364 char tmpdir[PATH_MAX]; local
376 if (create_persona_path(tmpdir, 0) == 0) {
377 //ALOGI("adding cache files from %s\n", tmpdir);
378 add_cache_files(cache, tmpdir, "cache");
382 snprintf(tmpdir, sizeof(tmpdir), "%s%s", android_data_dir.path,
384 dirpos = tmpdir + strlen(tmpdir);
385 d = opendir(tmpdir);
395 if ((strlen(name)+(dirpos-tmpdir)) < (sizeo
[all...]

Completed in 107 milliseconds