HomeSort by relevance Sort by last modified time
    Searched full:legacy_path (Results 1 - 1 of 1) sorted by null

  /system/vold/
Volume.cpp 472 char legacy_path[PATH_MAX]; local
475 snprintf(legacy_path, PATH_MAX, "%s/android_secure", getMountpoint());
479 if (!access(legacy_path, R_OK | X_OK) && access(secure_path, R_OK | X_OK)) {
480 if (rename(legacy_path, secure_path)) {

Completed in 424 milliseconds