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

  /system/vold/
Ext4Crypt.cpp 689 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); local
702 if (!prepare_dir(foreign_de_path, 0773, AID_SYSTEM, AID_SYSTEM)) return false;
760 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); local
773 res &= destroy_dir(foreign_de_path);

Completed in 95 milliseconds