[go: nahoru, domu]

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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1333 static int open_output_file(char* file_name, bool recreate, int permissions) { argument
1335 if (recreate) {
1460 out_fd = open_output_file(out_path, /*recreate*/true, /*permissions*/0644);
1474 swap_fd = open_output_file(swap_file_name, /*recreate*/true, /*permissions*/0600);
1500 image_fd = open_output_file(image_path, /*recreate*/true, /*permissions*/0600);
/frameworks/base/core/java/android/app/
H A DActivity.java757 /** true if the activity is being destroyed in order to recreate it with a new configuration */
4077 * a restart of you application. In such a case, the system will recreate the
5162 public void recreate() { method in class:Activity
6377 * Returns true if the app should recreate the task when navigating 'up' from this activity
6386 * @return true if navigating up should recreate a new task stack, false if the same task

Completed in 95 milliseconds