Searched refs:SEC_STG_SECIMGDIR (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolume.cpp69 const char *Volume::SEC_STG_SECIMGDIR = "/mnt/secure/staging/.android_secure"; member in class:Volume
470 access(SEC_STG_SECIMGDIR, R_OK | X_OK)) {
471 if (rename("/mnt/secure/staging/android_secure", SEC_STG_SECIMGDIR)) {
479 if (access(SEC_STG_SECIMGDIR, R_OK | X_OK)) {
481 if (mkdir(SEC_STG_SECIMGDIR, 0777)) {
482 SLOGE("Failed to create %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
486 SLOGE("Failed to access %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
492 if (stat(SEC_STG_SECIMGDIR, &sbuf)) {
493 SLOGE("Failed to stat %s (%s)", SEC_STG_SECIMGDIR, strerror(errno));
497 SLOGE("%s is not a directory", SEC_STG_SECIMGDIR);
[all...]
H A DVolume.h43 static const char *SEC_STG_SECIMGDIR; member in class:Volume

Completed in 340 milliseconds