HomeSort by relevance Sort by last modified time
    Searched refs:SEC_STG_SECIMGDIR (Results 1 - 2 of 2) sorted by null

  /system/vold/
Volume.cpp 68 const char *Volume::SEC_STG_SECIMGDIR = "/mnt/secure/staging/.android_secure";
473 access(SEC_STG_SECIMGDIR, R_OK | X_OK)) {
474 if (rename("/mnt/secure/staging/android_secure", SEC_STG_SECIMGDIR)) {
482 if (access(SEC_STG_SECIMGDIR, R_OK | X_OK)) {
484 if (mkdir(SEC_STG_SECIMGDIR, 0777)) {
485 SLOGE("Failed to create %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
489 SLOGE("Failed to access %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
495 if (stat(SEC_STG_SECIMGDIR, &sbuf)) {
496 SLOGE("Failed to stat %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
500 SLOGE("%s is not a directory", SEC_STG_SECIMGDIR);
    [all...]
Volume.h 43 static const char *SEC_STG_SECIMGDIR;

Completed in 35 milliseconds