Searched refs:SLASH_STR (Results 1 – 5 of 5) sorted by relevance
42 const string SLASH_STR = "/"; variable168 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +210 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +222 static_cast<string>(RINGTONE_LIBRARY_PATH + SLASH_STR +
497 string srcSubPath = srcPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()498 string destSubPath = destPath + SLASH_STR + (entry->d_name); in CopyDirAndDelSrc()525 CopyDirAndDelSrc(dirPath, ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + suffixName); in BackupPhotoDir()531 string recoverPath = ROOT_MEDIA_DIR + MEDIALIBRARY_TEMP_DIR + SLASH_STR + PHOTO_BUCKET; in RecoverMediaTempDir()545 std::string fullPath = recoverPath + SLASH_STR + entry->d_name; in RecoverMediaTempDir()
432 if (MediaFileUtils::StartsWith(path, SLASH_STR)) { in RemovePrecedSlash()433 path = path.substr(SLASH_STR.size()); in RemovePrecedSlash()
207 const std::string SLASH_STR = "/"; variable
52 const string SLASH_STR = "/"; variable